com.distinct.rpc.rpcbind
Class rpcb_entry
java.lang.Object
|
+--com.distinct.rpc.rpcbind.rpcb_entry
- All Implemented Interfaces:
- java.io.Serializable, XDRType
- public class rpcb_entry
- extends java.lang.Object
- implements XDRType
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb_entry: was struct
- See Also:
- Serialized Form
|
Constructor Summary |
rpcb_entry()
Default constructor for objects of class rpcb_entry. |
rpcb_entry(java.lang.String arg_r_maddr,
java.lang.String arg_r_nc_netid,
int arg_r_nc_semantics,
java.lang.String arg_r_nc_protofmly,
java.lang.String arg_r_nc_proto)
Creates an object of class rpcb_entry. |
|
Method Summary |
void |
xdr_decode(XDRStream xdrs)
Decodes an object of class rpcb_entry in compliance to RFC 1832 (XDR). |
void |
xdr_encode(XDRStream xdrs)
Encodes an object of class rpcb_entry in compliance to RFC 1832 (XDR). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
r_maddr
public java.lang.String r_maddr
r_nc_netid
public java.lang.String r_nc_netid
r_nc_semantics
public int r_nc_semantics
r_nc_protofmly
public java.lang.String r_nc_protofmly
r_nc_proto
public java.lang.String r_nc_proto
rpcb_entry
public rpcb_entry()
- Default constructor for objects of class rpcb_entry.
rpcb_entry
public rpcb_entry(java.lang.String arg_r_maddr,
java.lang.String arg_r_nc_netid,
int arg_r_nc_semantics,
java.lang.String arg_r_nc_protofmly,
java.lang.String arg_r_nc_proto)
- Creates an object of class rpcb_entry.
- Parameters:
arg_r_maddr - The value of the r_maddr component.arg_r_nc_netid - The value of the r_nc_netid component.arg_r_nc_semantics - The value of the r_nc_semantics component.arg_r_nc_protofmly - The value of the r_nc_protofmly component.arg_r_nc_proto - The value of the r_nc_proto component.
xdr_encode
public void xdr_encode(XDRStream xdrs)
- Encodes an object of class rpcb_entry in compliance to RFC 1832 (XDR).
- Specified by:
xdr_encode in interface XDRType
- Parameters:
xdrs - The XDR output stream.
xdr_decode
public void xdr_decode(XDRStream xdrs)
throws RPCError
- Decodes an object of class rpcb_entry in compliance to RFC 1832 (XDR).
- Specified by:
xdr_decode in interface XDRType
- Parameters:
xdrs - The XDR input stream.- Throws:
RPCError - When the calls fails for any reason.