All Packages Class Hierarchy This Package Previous Next Index
Class distinct.rpc.rpcbind.rpcb
java.lang.Object
|
+----distinct.rpc.rpcbind.rpcb
- public class rpcb
- extends Object
- implements XDRType
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb: was struct
-
r_addr
-
-
r_netid
-
-
r_owner
-
-
r_prog
-
-
r_vers
-
-
rpcb()
- Default constructor for objects of class rpcb.
-
rpcb(int, int, String, String, String)
- Creates an object of class rpcb.
-
xdr_decode(XDRStream)
- Decodes an object of class rpcb in compliance to RFC 1832 (XDR).
-
xdr_encode(XDRStream)
- Encodes an object of class rpcb in compliance to RFC 1832 (XDR).
r_prog
public int r_prog
r_vers
public int r_vers
r_netid
public String r_netid
r_addr
public String r_addr
r_owner
public String r_owner
rpcb
public rpcb()
- Default constructor for objects of class rpcb.
rpcb
public rpcb(int arg_r_prog,
int arg_r_vers,
String arg_r_netid,
String arg_r_addr,
String arg_r_owner)
- Creates an object of class rpcb.
- Parameters:
- arg_r_prog - The value of the r_prog component.
- arg_r_vers - The value of the r_vers component.
- arg_r_netid - The value of the r_netid component.
- arg_r_addr - The value of the r_addr component.
- arg_r_owner - The value of the r_owner component.
xdr_encode
public void xdr_encode(XDRStream xdrs)
- Encodes an object of class rpcb 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 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