|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.acplt.oncrpc.OncRpcGetPortResult
The OncRpcGetPortResult class represents the result from
a PMAP_GETPORT remote procedure call to the ONC/RPC portmapper.
| Field Summary | |
int |
port
The port number of the ONC/RPC in question. |
| Constructor Summary | |
OncRpcGetPortResult()
Default constructor for initializing an OncRpcGetPortParams
result object. |
|
| Method Summary | |
void |
xdrDecode(XdrDecodingStream xdr)
Decodes -- that is: deserializes -- an OncRpcGetPortParams
object from a XDR stream. |
void |
xdrEncode(XdrEncodingStream xdr)
Encodes -- that is: serializes -- an OncRpcGetPortParams
object into a XDR stream. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public int port
| Constructor Detail |
public OncRpcGetPortResult()
OncRpcGetPortParams
result object. It sets the port member to a useless value.| Method Detail |
public void xdrEncode(XdrEncodingStream xdr)
throws OncRpcException,
java.io.IOException
OncRpcGetPortParams
object into a XDR stream.
public void xdrDecode(XdrDecodingStream xdr)
throws OncRpcException,
java.io.IOException
OncRpcGetPortParams
object from a XDR stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||