All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class distinct.rpc.rpcbind.rpcb_entry

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

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


Variable Index

 o r_maddr
 o r_nc_netid
 o r_nc_proto
 o r_nc_protofmly
 o r_nc_semantics

Constructor Index

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

Method Index

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

Variables

 o r_maddr
 public String r_maddr
 o r_nc_netid
 public String r_nc_netid
 o r_nc_semantics
 public int r_nc_semantics
 o r_nc_protofmly
 public String r_nc_protofmly
 o r_nc_proto
 public String r_nc_proto

Constructors

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

 o rpcb_entry
 public rpcb_entry(String arg_r_maddr,
                   String arg_r_nc_netid,
                   int arg_r_nc_semantics,
                   String arg_r_nc_protofmly,
                   String arg_r_nc_proto)
Creates an object of class rpcb_entry.

Parameters:
arg_r_maddr - The value of the r_maddr component.
arg_r_nc_netid - The value of the r_nc_netid component.
arg_r_nc_semantics - The value of the r_nc_semantics component.
arg_r_nc_protofmly - The value of the r_nc_protofmly component.
arg_r_nc_proto - The value of the r_nc_proto component.

Methods

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