|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.acplt.oncrpc.OncRpcMessage
The OncRpcMessage
class is an abstract superclass for all
the message types ONC/RPC defines (well, an overwhelming count of two).
The only things common to all ONC/RPC messages are a message identifier
and the message type. All other things do not come in until derived
classes are introduced.
Field Summary | |
int |
messageId
The message id is used to identify matching ONC/RPC calls and replies. |
int |
messageType
The kind of ONC/RPC message, which can be either a call or a reply. |
Constructor Summary | |
OncRpcMessage(int messageId)
Constructs a new OncRpcMessage object with default
values: a given message type and no particular message identifier. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public int messageId
public int messageType
OncRpcMessageType
.OncRpcMessageType
Constructor Detail |
public OncRpcMessage(int messageId)
OncRpcMessage
object with default
values: a given message type and no particular message identifier.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |