All Packages Class Hierarchy This Package Previous Next Index
Class distinct.rpc.rpcbind.rpcb_entry
java.lang.Object
|
+----distinct.rpc.rpcbind.rpcb_entry
- public class rpcb_entry
- extends Object
- implements XDRType
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb_entry: was struct
-
r_maddr
-
-
r_nc_netid
-
-
r_nc_proto
-
-
r_nc_protofmly
-
-
r_nc_semantics
-
-
rpcb_entry()
- Default constructor for objects of class rpcb_entry.
-
rpcb_entry(String, String, int, String, String)
- Creates an object of class rpcb_entry.
-
xdr_decode(XDRStream)
- Decodes an object of class rpcb_entry in compliance to RFC 1832 (XDR).
-
xdr_encode(XDRStream)
- Encodes an object of class rpcb_entry in compliance to RFC 1832 (XDR).
r_maddr
public String r_maddr
r_nc_netid
public String r_nc_netid
r_nc_semantics
public int r_nc_semantics
r_nc_protofmly
public String r_nc_protofmly
r_nc_proto
public String r_nc_proto
rpcb_entry
public rpcb_entry()
- Default constructor for objects of class rpcb_entry.
rpcb_entry
public rpcb_entry(String arg_r_maddr,
String arg_r_nc_netid,
int arg_r_nc_semantics,
String arg_r_nc_protofmly,
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).
- 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).
- Parameters:
- xdrs - The XDR input stream.
- Throws: RPCError
- When the calls fails for any reason.
All Packages Class Hierarchy This Package Previous Next Index