public interface Constants
Modifier and Type | Field and Description |
---|---|
static byte |
DGC_PING
Protocol constant used by the client to indicate the presence
of a remote reference to an object.
|
static byte |
METHOD_CALL
Protocol constant used by the client to request a remote
invocation on the server.
|
static byte |
METHOD_ERROR
Protocol constant used by the server to return an exceptional
result of a remote method invocation.
|
static byte |
METHOD_RESULT
Protocol constant used by the server to return the normal
result of a remote method invocation.
|
static byte |
SYSTEM_ERROR
Protocol constant used by the server to indicate that a system
error occured at some point during an attempt to service a
remote invocation request.
|
static final byte METHOD_CALL
static final byte METHOD_RESULT
static final byte METHOD_ERROR
static final byte SYSTEM_ERROR
static final byte DGC_PING