NzaeRemoteProtocol interface reference
Netezza Analytic Executables.
AE Remote Protocol. This class receives new AE connection requests.
Public member functions
- NzaeApi acceptConnection()
- Accepts a new connection.
- NzaeApi acceptConnectionWithTimeout(int timeoutMilliseconds)
- Accepts a new connection with timeout.
- void close()
- Closes the listener.
- NzaeRemoteProtocolCallback getCallbackHandler()
- Gets the Remote Protocol Callback.
- void setCallbackHandler(NzaeRemoteProtocolCallback handler)
- Sets the Remote Protocol Callback.
Public member functions documentation
- NzaeApi acceptConnection()
- Accepts a new connection.
- NzaeApi acceptConnectionWithTimeout(int timeoutMilliseconds)
- Accepts a new connection with timeout.
- void close()
- Closes the listener.
- NzaeRemoteProtocolCallback getCallbackHandler()
- Gets the Remote Protocol Callback.
- void setCallbackHandler(NzaeRemoteProtocolCallback handler)
- Sets the Remote Protocol Callback.