|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constants
The Constants interface defines the protocol constants used by this RMI implementation.
Field Summary | |
---|---|
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. |
Field Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |