NzaeFactory Interface reference
Used to create all objects and provide all information that is dependent on the underlying C implementation of AE.
Public member functions
- NzaeRemoteProtocol createListener(NzaeConnectionPoint connectionPoint)
- Creates a new listener for remote AE connections.
- NzaeAgg getLocalAggregationApi(NzaeAggInitialization arg)
- Creates and returns the local instance of Aggregation NzaeAgg.
- NzaeApi getLocalApi()
- Returns the local API determined by how the AE was launched.
- Nzae getLocalFunctionApi(NzaeInitialization arg)
- Creates and returns the local instance of Function Nzae .
- NzaeShaper getLocalShaperApi(NzaeShaperInitialization arg)
- Creates and returns the local instance of Shaper NzaeShaper .
- int getParentProcessId()
- Returns, the parent ID of this process, which is useful for debugging.
- int getProcessId()
- Returns the process ID, which is useful for debugging.
- boolean isLocal()
- Determines is the process is a local AE.
- boolean isRemote()
- Returns true if this is a remote AE process.
- NzaeConnectionPoint newConnectionPoint()
- Returns a new instance of a connection point.
Public member functions documentation
- NzaeRemoteProtocol createListener(NzaeConnectionPoint connectionPoint)
- Creates a new listener for remote AE connections.
- NzaeAgg getLocalAggregationApi(NzaeAggInitialization arg)
- Creates and returns the local instance of Aggregation NzaeAgg.
- NzaeApi getLocalApi()
- Returns the local API determined by how the AE was launched.
- Nzae getLocalFunctionApi(NzaeInitialization arg)
- Creates and returns the local instance of Function Nzae .
- NzaeShaper getLocalShaperApi(NzaeShaperInitialization arg)
- Creates and returns the local instance of Shaper NzaeShaper .
- int getParentProcessId()
- Returns, the parent ID of this process, which is useful for debugging.
- int getProcessId()
- Returns the process ID, which is useful for debugging.
- boolean isLocal()
- Determines is the process is a local AE.
- boolean isRemote()
- Returns true if this is a remote AE process.
- NzaeConnectionPoint newConnectionPoint()
- Returns a new instance of a connection point.