NzaeRemoteProtocolCallback interface reference
Netezza Analytic Executables.
AE Remote Protocol Callback. This class handles the remote protocol callback requests.
Public member functions
- NzaeCallbackResult execute(int code, byte[] data)
- The callback executor.
Static public attributes
- CALLBACK_CONTROL
- Control Data.
- CALLBACK_PING
- Ping.
- CALLBACK_REQUEST
- Request.
- CALLBACK_SIGNAL
- Signal.
- CALLBACK_STATUS
- Get Status.
- CALLBACK_STOP
- Stop.
Static member data documentation
- final int CALLBACK_CONTROL= 4
- Control Data.
- final int CALLBACK_PING= 1
- Ping.
- final int CALLBACK_REQUEST= 0
- Request.
- final int CALLBACK_SIGNAL= 5
- Signal.
- final int CALLBACK_STATUS= 2
- Get Status.
- final int CALLBACK_STOP= 3
- Stop.