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