|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.distinct.rpc.rpcbind.rpcbs_addrlist
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcbs_addrlist: was struct
| Field Summary | |
int |
failure
|
java.lang.String |
netid
|
rpcbs_addrlist |
next
|
int |
prog
|
int |
success
|
int |
vers
|
| Constructor Summary | |
rpcbs_addrlist()
Default constructor for objects of class rpcbs_addrlist. |
|
rpcbs_addrlist(int arg_prog,
int arg_vers,
int arg_success,
int arg_failure,
java.lang.String arg_netid,
rpcbs_addrlist arg_next)
Creates an object of class rpcbs_addrlist. |
|
| Method Summary | |
void |
xdr_decode(XDRStream xdrs)
Decodes an object of class rpcbs_addrlist in compliance to RFC 1832 (XDR). |
void |
xdr_encode(XDRStream xdrs)
Encodes an object of class rpcbs_addrlist 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 prog
public int vers
public int success
public int failure
public java.lang.String netid
public rpcbs_addrlist next
| Constructor Detail |
public rpcbs_addrlist()
public rpcbs_addrlist(int arg_prog,
int arg_vers,
int arg_success,
int arg_failure,
java.lang.String arg_netid,
rpcbs_addrlist arg_next)
arg_prog - The value of the prog component.arg_vers - The value of the vers component.arg_success - The value of the success component.arg_failure - The value of the failure component.arg_netid - The value of the netid component.arg_next - The value of the next 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 | ||||||||