|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.distinct.rpc.rpcbind.rpcb_stat
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb_stat: was struct
| Field Summary | |
rpcbs_addrlist_ptr |
addrinfo
|
rpcbs_proc |
info
|
rpcbs_rmtcalllist_ptr |
rmtinfo
|
int |
setinfo
|
int |
unsetinfo
|
| Constructor Summary | |
rpcb_stat()
Default constructor for objects of class rpcb_stat. |
|
rpcb_stat(rpcbs_proc arg_info,
int arg_setinfo,
int arg_unsetinfo,
rpcbs_addrlist_ptr arg_addrinfo,
rpcbs_rmtcalllist_ptr arg_rmtinfo)
Creates an object of class rpcb_stat. |
|
| Method Summary | |
void |
xdr_decode(XDRStream xdrs)
Decodes an object of class rpcb_stat in compliance to RFC 1832 (XDR). |
void |
xdr_encode(XDRStream xdrs)
Encodes an object of class rpcb_stat 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 rpcbs_proc info
public int setinfo
public int unsetinfo
public rpcbs_addrlist_ptr addrinfo
public rpcbs_rmtcalllist_ptr rmtinfo
| Constructor Detail |
public rpcb_stat()
public rpcb_stat(rpcbs_proc arg_info,
int arg_setinfo,
int arg_unsetinfo,
rpcbs_addrlist_ptr arg_addrinfo,
rpcbs_rmtcalllist_ptr arg_rmtinfo)
arg_info - The value of the info component.arg_setinfo - The value of the setinfo component.arg_unsetinfo - The value of the unsetinfo component.arg_addrinfo - The value of the addrinfo component.arg_rmtinfo - The value of the rmtinfo 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 | ||||||||