Serialized Form


Package org.acplt.oncrpc

Class org.acplt.oncrpc.OncRpcAuthenticationException extends OncRpcException implements Serializable

serialVersionUID: 7747394107888423440L

Serialized Fields

authStatusDetail

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

 

Class org.acplt.oncrpc.OncRpcBroadcastEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1604512454490873965L

Serialized Fields

replyAddress

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

 

procedureNumber

int procedureNumber
Contains the number of the remote procedure called.

 

params

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

 

reply

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

 

Class org.acplt.oncrpc.OncRpcException extends java.lang.Exception implements Serializable

serialVersionUID: -2170017056632137324L

Serialized Fields

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.

 

message

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

 

Class org.acplt.oncrpc.OncRpcProgramNotRegisteredException extends OncRpcException implements Serializable

serialVersionUID: 5073156463000368270L

Class org.acplt.oncrpc.OncRpcTimeoutException extends OncRpcException implements Serializable

serialVersionUID: 2777518173161399732L