|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OncRpcCallMessage | |
|---|---|
| org.acplt.oncrpc | Sun's ONC/RPC Remote Procedure Call mechanism. |
| org.acplt.oncrpc.server | ONC/RPC Server support package. |
| Uses of OncRpcCallMessage in org.acplt.oncrpc |
|---|
| Subclasses of OncRpcCallMessage in org.acplt.oncrpc | |
|---|---|
class |
OncRpcClientCallMessage
The OncRpcClientCallMessage class represents a remote procedure
call message on the client side. |
| Constructors in org.acplt.oncrpc with parameters of type OncRpcCallMessage | |
|---|---|
OncRpcReplyMessage(OncRpcCallMessage call,
int replyStatus,
int acceptStatus,
int rejectStatus,
int lowVersion,
int highVersion,
int authStatus)
Initializes a new OncRpcReplyMessage object and initializes
its complete state from the given parameters. |
|
| Uses of OncRpcCallMessage in org.acplt.oncrpc.server |
|---|
| Subclasses of OncRpcCallMessage in org.acplt.oncrpc.server | |
|---|---|
class |
OncRpcServerCallMessage
The OncRpcServerCallMessage class represents an ONC/RPC
call message on the server side. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||