NzaeApiGenerator Class reference
This class helps manage local and remote connections.
Public member functions
- void close()
- Closes the API object if it is owned, has a connection point, and has a remote protocol.
- NzaeApi getApi(int type)
- Gets API.
- NzaeRemoteProtocolCallback getCallbackHandler()
- Gets the Remote Protocol Callback.
- boolean isLocal()
- Return true if this is a local AE process.
- boolean isRemote()
- Determines if the process is a remote AE.
- boolean ownsAPI()
- Determines if the helper owns the API.
- void setCallbackHandler(NzaeRemoteProtocolCallback handler)
- Sets the Remote Protocol Callback.
- void setDataSliceId(int dataSliceId)
- Sets the Connection Point dataslice ID.
- void setName(String name)
- Sets the Connection Point Name.
- void setOwnsAPI(boolean owns)
- Specifies if the object should manage the API.
- void setSessionId(int sessionId)
- Sets the Connection Point session ID.
- void setTransactionId(long transactionId)
- Set the Connection transaction ID.
Public member function documentation
- void close()
- Closes the API object if it is owned, has a connection point, and has a remote protocol.
- NzaeApi getApi(int type)
- Gets API.
- NzaeRemoteProtocolCallback getCallbackHandler()
- Gets the Remote Protocol Callback.
- boolean isLocal()
- Return true if this is a local AE process.
- boolean isRemote()
- Determines if the process is a remote AE.
- boolean ownsAPI()
- Determines if the helper owns the API.
- void setCallbackHandler(NzaeRemoteProtocolCallback handler)
- Sets the Remote Protocol Callback.
- void setDataSliceId(int dataSliceId)
- Sets the Connection Point dataslice ID.
- void setName(String name)
- Sets the Connection Point Name.
- void setOwnsAPI(boolean owns)
- Specifies if the object should manage the API.
- void setSessionId(int sessionId)
- Sets the Connection Point session ID.
- void setTransactionId(long transactionId)
- Set the Connection transaction ID.