All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class distinct.rpc.rpcbind.rpcb

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

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


Variable Index

 o r_addr
 o r_netid
 o r_owner
 o r_prog
 o r_vers

Constructor Index

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

Method Index

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

Variables

 o r_prog
 public int r_prog
 o r_vers
 public int r_vers
 o r_netid
 public String r_netid
 o r_addr
 public String r_addr
 o r_owner
 public String r_owner

Constructors

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

 o rpcb
 public rpcb(int arg_r_prog,
             int arg_r_vers,
             String arg_r_netid,
             String arg_r_addr,
             String arg_r_owner)
Creates an object of class rpcb.

Parameters:
arg_r_prog - The value of the r_prog component.
arg_r_vers - The value of the r_vers component.
arg_r_netid - The value of the r_netid component.
arg_r_addr - The value of the r_addr component.
arg_r_owner - The value of the r_owner component.

Methods

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