Serialized Form


Package org.acplt.oncrpc

Class org.acplt.oncrpc.OncRpcAuthenticationException implements Serializable

Serialized Fields

authStatusDetail

int authStatusDetail
Specific authentication status detail (reason why this authentication exception was thrown).

Class org.acplt.oncrpc.OncRpcBroadcastEvent implements Serializable

Serialized Fields

params

XdrAble params
Contains the parameters sent in the ONC/RPC broadcast call.

procedureNumber

int procedureNumber
Contains the number of the remote procedure called.

reply

XdrAble reply
Contains the reply from a remote ONC/RPC server, which answered the broadcast call.

replyAddress

java.net.InetAddress replyAddress
Contains the address of the sender of the ONC/RPC reply message.

Class org.acplt.oncrpc.OncRpcException implements Serializable

Serialized Fields

message

java.lang.String message
Specific detail about this OncRpcException, like a detailed error message.

reason

int reason
Specific detail (reason) about this OncRpcException, like the ONC/RPC error code, as defined by the RPC_xxx constants of this interface.

Class org.acplt.oncrpc.OncRpcProgramNotRegisteredException implements Serializable

Class org.acplt.oncrpc.OncRpcTimeoutException implements Serializable


Package org.acplt.oncrpc.apps.jrpcgen

Class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParserException implements Serializable