com.neeve.aep
Class AepFlowFactory

java.lang.Object
  extended by com.neeve.aep.AepFlowFactory
All Implemented Interfaces:
IStoreObjectFactory

public final class AepFlowFactory
extends Object
implements IStoreObjectFactory


Field Summary
 
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
 
Method Summary
static AepFlowFactory create(Properties props)
          Constructor for when loading factory externally
 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 com.neeve.aep.AepFlow createAepFlow()
           
static com.neeve.aep.AepInboundSnoTable createAepInboundSnoTable()
           
static com.neeve.aep.AepInboundSnoTableEntry createAepInboundSnoTableEntry()
           
 short getOfid()
          Implementation of IStoreObjectFactory.getOfid()
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static final AepFlowFactory create(Properties props)
Constructor for when loading factory externally


getOfid

public final short getOfid()
Implementation of IStoreObjectFactory.getOfid()

Specified by:
getOfid in interface IStoreObjectFactory

create

public final IStoreObject create(short type,
                                 com.eaio.uuid.UUID id,
                                 IStoreObject.EncodingType encodingType,
                                 PktPacket packet)
                          throws Exception
Implementation of IStoreObjectFactory.create(short, com.eaio.uuid.UUID, com.neeve.ods.IStoreObject.EncodingType, com.neeve.pkt.PktPacket)

Specified by:
create in interface IStoreObjectFactory
Parameters:
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 instantiate
id - 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.
Throws:
Exception

createAepFlow

public static final com.neeve.aep.AepFlow createAepFlow()

createAepInboundSnoTable

public static final com.neeve.aep.AepInboundSnoTable createAepInboundSnoTable()

createAepInboundSnoTableEntry

public static final com.neeve.aep.AepInboundSnoTableEntry createAepInboundSnoTableEntry()


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.