Package deltix.qsrv.solgen.net
Class NetSampleFactory
- java.lang.Object
-
- deltix.qsrv.solgen.net.NetSampleFactory
-
- All Implemented Interfaces:
SampleFactory
public class NetSampleFactory extends java.lang.Object implements SampleFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREAD_STREAMstatic PropertyTB_URLstatic java.lang.StringWRITE_STREAM
-
Constructor Summary
Constructors Constructor Description NetSampleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Samplecreate(java.lang.String sampleType, java.util.Properties properties)Samplecreate(java.util.List<java.lang.String> sampleTypes, java.util.Properties properties)java.util.List<Property>getCommonProps()java.util.List<Property>getSampleProps(java.lang.String sampleType)java.util.List<java.lang.String>listSampleTypes()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface deltix.qsrv.solgen.base.SampleFactory
getSampleProps
-
-
-
-
Field Detail
-
TB_URL
public static final Property TB_URL
-
READ_STREAM
public static final java.lang.String READ_STREAM
- See Also:
- Constant Field Values
-
WRITE_STREAM
public static final java.lang.String WRITE_STREAM
- See Also:
- Constant Field Values
-
-
Method Detail
-
listSampleTypes
public java.util.List<java.lang.String> listSampleTypes()
- Specified by:
listSampleTypesin interfaceSampleFactory
-
getCommonProps
public java.util.List<Property> getCommonProps()
- Specified by:
getCommonPropsin interfaceSampleFactory
-
getSampleProps
public java.util.List<Property> getSampleProps(java.lang.String sampleType)
- Specified by:
getSamplePropsin interfaceSampleFactory
-
create
public Sample create(java.lang.String sampleType, java.util.Properties properties)
- Specified by:
createin interfaceSampleFactory
-
create
public Sample create(java.util.List<java.lang.String> sampleTypes, java.util.Properties properties)
- Specified by:
createin interfaceSampleFactory
-
-