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.String
READ_STREAM
static Property
TB_URL
static java.lang.String
WRITE_STREAM
-
Constructor Summary
Constructors Constructor Description NetSampleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sample
create(java.lang.String sampleType, java.util.Properties properties)
Sample
create(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:
listSampleTypes
in interfaceSampleFactory
-
getCommonProps
public java.util.List<Property> getCommonProps()
- Specified by:
getCommonProps
in interfaceSampleFactory
-
getSampleProps
public java.util.List<Property> getSampleProps(java.lang.String sampleType)
- Specified by:
getSampleProps
in interfaceSampleFactory
-
create
public Sample create(java.lang.String sampleType, java.util.Properties properties)
- Specified by:
create
in interfaceSampleFactory
-
create
public Sample create(java.util.List<java.lang.String> sampleTypes, java.util.Properties properties)
- Specified by:
create
in interfaceSampleFactory
-
-