Uses of Class
org.acplt.oncrpc.server.OncRpcServerCallMessage

Packages that use OncRpcServerCallMessage
org.acplt.oncrpc.server ONC/RPC Server support package. 
 

Uses of OncRpcServerCallMessage in org.acplt.oncrpc.server
 

Fields in org.acplt.oncrpc.server declared as OncRpcServerCallMessage
 OncRpcServerCallMessage OncRpcCallInformation.callMessage
          Contains the call message header from ONC/RPC identifying this particular call.
 

Constructors in org.acplt.oncrpc.server with parameters of type OncRpcServerCallMessage
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 © 2011. All Rights Reserved.