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.

Returns

NzaeApi

The new API.

NzaeApi acceptConnectionWithTimeout(int timeoutMilliseconds)
Accepts a new connection with timeout.
Parameters
timeoutMilliseconds

The timeout.

Returns

NzaeApi

The new API.

void close()
Closes the listener.
NzaeRemoteProtocolCallback getCallbackHandler()
Gets the Remote Protocol Callback.
Returns

NzaeRemoteProtocolCallback

The callback.

void setCallbackHandler(NzaeRemoteProtocolCallback handler)
Sets the Remote Protocol Callback.
Parameters

NzaeRemoteProtocolCallback handler

The remote protocol handler.

The handler is owned by NzaeRemoteProtocol .