|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.aep.AepEnvironmentFactory
public final class AepEnvironmentFactory
Implements the store factory for objects used to replicate environment data
Field Summary | |
---|---|
static short |
ID_AepEnvironmentData
|
static short |
PKTID_AepEnvironmentData
|
Fields inherited from interface com.neeve.ods.IStoreObjectFactory |
---|
OFID_ADM_ANNOTATED_CODE_TEST, OFID_AEP_ENVIRONMENT_FACTORY, OFID_AEP_FLOW_FACTORY, OFID_NULL, OFID_ODS_BINDING_UNIT_TEST, OFID_ODS_PERF_TOOL, OFID_ODS_STRESS_TOOL, OFID_ODS_TOOL, OFID_PLATFORM_STATIC_LAST, OFID_ROG_RAW_FACTORY, OFID_SERVER_FLOW_FACTORY |
Constructor Summary | |
---|---|
AepEnvironmentFactory()
|
Method Summary | |
---|---|
static AepEnvironmentFactory |
create(Properties props)
Constructor for when loading factory from configuration repository |
IStoreObject |
create(short type,
com.eaio.uuid.UUID id,
IStoreObject.EncodingType encodingType,
PktPacket packet)
Implementation of IStoreObjectFactory.create(short, com.eaio.uuid.UUID, com.neeve.ods.IStoreObject.EncodingType, com.neeve.pkt.PktPacket) |
static AepEnvironmentData |
createAepEnvironmentData()
AepEnvironmentData factory method This method is the factory method for creating 'AepEnvironmentData' objects. |
short |
getOfid()
Implementation of IStoreObjectFactory.getOfid() |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short ID_AepEnvironmentData
public static final short PKTID_AepEnvironmentData
Constructor Detail |
---|
public AepEnvironmentFactory()
Method Detail |
---|
public static final AepEnvironmentFactory create(Properties props)
public static final AepEnvironmentData createAepEnvironmentData()
This method is the factory method for creating 'AepEnvironmentData' objects. It is equivalent to using 'AepEnvironmentData.create()'.
public final short getOfid()
IStoreObjectFactory.getOfid()
getOfid
in interface IStoreObjectFactory
public final IStoreObject create(short type, com.eaio.uuid.UUID id, IStoreObject.EncodingType encodingType, PktPacket packet)
IStoreObjectFactory.create(short, com.eaio.uuid.UUID, com.neeve.ods.IStoreObject.EncodingType, com.neeve.pkt.PktPacket)
create
in interface IStoreObjectFactory
type
- The type of the object to create. The object type is the unique
identifier of the object relative to its object factory. The type is used to
identify the object's Java class to instantiateid
- The id of the object to create. The object id is the unique identifier
of an object in its ODS store.encodingType
- The object's content encoding type.packet
- The serialized form of the object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |