All Packages Class Hierarchy This Package Previous Next Index
Class distinct.rpc.yp.ypstat
java.lang.Object
|
+----distinct.rpc.yp.ypstat
- public class ypstat
- extends Object
- implements XDRType
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypstat: was enum
-
value
-
-
YP_BADARGS
- Constant for enum ypstat
-
YP_BADDB
- Constant for enum ypstat
-
YP_BADOP
- Constant for enum ypstat
-
YP_FALSE
- Constant for enum ypstat
-
YP_NODOM
- Constant for enum ypstat
-
YP_NOKEY
- Constant for enum ypstat
-
YP_NOMAP
- Constant for enum ypstat
-
YP_NOMORE
- Constant for enum ypstat
-
YP_TRUE
- Constant for enum ypstat
-
YP_VERS
- Constant for enum ypstat
-
YP_YPERR
- Constant for enum ypstat
-
ypstat()
-
-
xdr_decode(XDRStream)
- Decodes an object of class ypstat in compliance to RFC 1832 (XDR).
-
xdr_encode(XDRStream)
- Encodes an object of class ypstat in compliance to RFC 1832 (XDR).
YP_TRUE
public static final int YP_TRUE
- Constant for enum ypstat
YP_NOMORE
public static final int YP_NOMORE
- Constant for enum ypstat
YP_FALSE
public static final int YP_FALSE
- Constant for enum ypstat
YP_NOMAP
public static final int YP_NOMAP
- Constant for enum ypstat
YP_NODOM
public static final int YP_NODOM
- Constant for enum ypstat
YP_NOKEY
public static final int YP_NOKEY
- Constant for enum ypstat
YP_BADOP
public static final int YP_BADOP
- Constant for enum ypstat
YP_BADDB
public static final int YP_BADDB
- Constant for enum ypstat
YP_YPERR
public static final int YP_YPERR
- Constant for enum ypstat
YP_BADARGS
public static final int YP_BADARGS
- Constant for enum ypstat
YP_VERS
public static final int YP_VERS
- Constant for enum ypstat
value
public int value
ypstat
public ypstat()
xdr_encode
public void xdr_encode(XDRStream xdrs)
- Encodes an object of class ypstat in compliance to RFC 1832 (XDR).
- Parameters:
- xdrs - The XDR output stream.
xdr_decode
public void xdr_decode(XDRStream xdrs) throws RPCError
- Decodes an object of class ypstat 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