Package | Description |
---|---|
org.acplt.oncrpc |
Sun's ONC/RPC Remote Procedure Call mechanism.
|
org.acplt.oncrpc.server |
ONC/RPC Server support package.
|
Modifier and Type | Class and Description |
---|---|
class |
OncRpcClientCallMessage
The
OncRpcClientCallMessage class represents a remote procedure
call message on the client side. |
Constructor and Description |
---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
OncRpcServerCallMessage
The
OncRpcServerCallMessage class represents an ONC/RPC
call message on the server side. |
Copyright © 2015. All rights reserved.