All Packages Class Hierarchy This Package Previous Next Index
Class distinct.rpc.rpcbind.rpcbs_addrlist
java.lang.Object
|
+----distinct.rpc.rpcbind.rpcbs_addrlist
- public class rpcbs_addrlist
- extends Object
- implements XDRType
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcbs_addrlist: was struct
-
failure
-
-
netid
-
-
next
-
-
prog
-
-
success
-
-
vers
-
-
rpcbs_addrlist()
- Default constructor for objects of class rpcbs_addrlist.
-
rpcbs_addrlist(int, int, int, int, String, rpcbs_addrlist)
- Creates an object of class rpcbs_addrlist.
-
xdr_decode(XDRStream)
- Decodes an object of class rpcbs_addrlist in compliance to RFC 1832 (XDR).
-
xdr_encode(XDRStream)
- Encodes an object of class rpcbs_addrlist in compliance to RFC 1832 (XDR).
prog
public int prog
vers
public int vers
success
public int success
failure
public int failure
netid
public String netid
next
public rpcbs_addrlist next
rpcbs_addrlist
public rpcbs_addrlist()
- Default constructor for objects of class rpcbs_addrlist.
rpcbs_addrlist
public rpcbs_addrlist(int arg_prog,
int arg_vers,
int arg_success,
int arg_failure,
String arg_netid,
rpcbs_addrlist arg_next)
- Creates an object of class rpcbs_addrlist.
- Parameters:
- arg_prog - The value of the prog component.
- arg_vers - The value of the vers component.
- arg_success - The value of the success component.
- arg_failure - The value of the failure component.
- arg_netid - The value of the netid component.
- arg_next - The value of the next component.
xdr_encode
public void xdr_encode(XDRStream xdrs)
- Encodes an object of class rpcbs_addrlist 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 rpcbs_addrlist 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