All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class distinct.rpc.rpcbind.rpcb_entry_list

java.lang.Object
   |
   +----distinct.rpc.rpcbind.rpcb_entry_list

public class rpcb_entry_list
extends Object
implements XDRType
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb_entry_list: was struct


Variable Index

 o rpcb_entry_map
 o rpcb_entry_next

Constructor Index

 o rpcb_entry_list()
Default constructor for objects of class rpcb_entry_list.
 o rpcb_entry_list(rpcb_entry, rpcb_entry_list)
Creates an object of class rpcb_entry_list.

Method Index

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

Variables

 o rpcb_entry_map
 public rpcb_entry rpcb_entry_map
 o rpcb_entry_next
 public rpcb_entry_list rpcb_entry_next

Constructors

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

 o rpcb_entry_list
 public rpcb_entry_list(rpcb_entry arg_rpcb_entry_map,
                        rpcb_entry_list arg_rpcb_entry_next)
Creates an object of class rpcb_entry_list.

Parameters:
arg_rpcb_entry_map - The value of the rpcb_entry_map component.
arg_rpcb_entry_next - The value of the rpcb_entry_next component.

Methods

 o xdr_encode
 public void xdr_encode(XDRStream xdrs)
Encodes an object of class rpcb_entry_list 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 rpcb_entry_list 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