Package | Description |
---|---|
org.acplt.oncrpc.server |
ONC/RPC Server support package.
|
Modifier and Type | Field and Description |
---|---|
OncRpcServerCallMessage |
OncRpcCallInformation.callMessage
Contains the call message header from ONC/RPC identifying this
particular call.
|
Constructor and Description |
---|
OncRpcServerAcceptedCallMessage(OncRpcServerCallMessage call)
Constructs an
OncRpcServerAcceptedCallMessage object which
represents an accepted call, which was also successfully executed,
so the reply will contain information from the remote procedure call. |
OncRpcServerAcceptedCallMessage(OncRpcServerCallMessage call,
int acceptStatus)
Constructs an
OncRpcAcceptedCallMessage object which
represents an accepted call, which was not necessarily successfully
carried out. |
OncRpcServerAcceptedCallMessage(OncRpcServerCallMessage call,
int low,
int high)
Constructs an
OncRpcAcceptedCallMessage object for an
accepted call with an unsupported version. |
OncRpcServerReplyMessage(OncRpcServerCallMessage 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. |
Copyright © 2022. All rights reserved.