|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.distinct.rpc.rpcbind.rpcb
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb: was struct
| Field Summary | |
java.lang.String |
r_addr
|
java.lang.String |
r_netid
|
java.lang.String |
r_owner
|
int |
r_prog
|
int |
r_vers
|
| Constructor Summary | |
rpcb()
Default constructor for objects of class rpcb. |
|
rpcb(int arg_r_prog,
int arg_r_vers,
java.lang.String arg_r_netid,
java.lang.String arg_r_addr,
java.lang.String arg_r_owner)
Creates an object of class rpcb. |
|
| Method Summary | |
void |
xdr_decode(XDRStream xdrs)
Decodes an object of class rpcb in compliance to RFC 1832 (XDR). |
void |
xdr_encode(XDRStream xdrs)
Encodes an object of class rpcb in compliance to RFC 1832 (XDR). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int r_prog
public int r_vers
public java.lang.String r_netid
public java.lang.String r_addr
public java.lang.String r_owner
| Constructor Detail |
public rpcb()
public rpcb(int arg_r_prog,
int arg_r_vers,
java.lang.String arg_r_netid,
java.lang.String arg_r_addr,
java.lang.String arg_r_owner)
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.| Method Detail |
public void xdr_encode(XDRStream xdrs)
xdr_encode in interface XDRTypexdrs - The XDR output stream.
public void xdr_decode(XDRStream xdrs)
throws RPCError
xdr_decode in interface XDRTypexdrs - The XDR input stream.
RPCError - When the calls fails for any reason.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||