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


Variable Index

 o failure
 o indirect
 o netid
 o next
 o proc
 o prog
 o success
 o vers

Constructor Index

 o rpcbs_rmtcalllist()
Default constructor for objects of class rpcbs_rmtcalllist.
 o rpcbs_rmtcalllist(int, int, int, int, int, int, String, rpcbs_rmtcalllist)
Creates an object of class rpcbs_rmtcalllist.

Method Index

 o xdr_decode(XDRStream)
Decodes an object of class rpcbs_rmtcalllist in compliance to RFC 1832 (XDR).
 o xdr_encode(XDRStream)
Encodes an object of class rpcbs_rmtcalllist in compliance to RFC 1832 (XDR).

Variables

 o prog
 public int prog
 o vers
 public int vers
 o proc
 public int proc
 o success
 public int success
 o failure
 public int failure
 o indirect
 public int indirect
 o netid
 public String netid
 o next
 public rpcbs_rmtcalllist next

Constructors

 o rpcbs_rmtcalllist
 public rpcbs_rmtcalllist()
Default constructor for objects of class rpcbs_rmtcalllist.

 o 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.

Methods

 o 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.
 o 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