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


Variable Index

 o value
 o YP_BADARGS
Constant for enum ypstat
 o YP_BADDB
Constant for enum ypstat
 o YP_BADOP
Constant for enum ypstat
 o YP_FALSE
Constant for enum ypstat
 o YP_NODOM
Constant for enum ypstat
 o YP_NOKEY
Constant for enum ypstat
 o YP_NOMAP
Constant for enum ypstat
 o YP_NOMORE
Constant for enum ypstat
 o YP_TRUE
Constant for enum ypstat
 o YP_VERS
Constant for enum ypstat
 o YP_YPERR
Constant for enum ypstat

Constructor Index

 o ypstat()

Method Index

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

Variables

 o YP_TRUE
 public static final int YP_TRUE
Constant for enum ypstat

 o YP_NOMORE
 public static final int YP_NOMORE
Constant for enum ypstat

 o YP_FALSE
 public static final int YP_FALSE
Constant for enum ypstat

 o YP_NOMAP
 public static final int YP_NOMAP
Constant for enum ypstat

 o YP_NODOM
 public static final int YP_NODOM
Constant for enum ypstat

 o YP_NOKEY
 public static final int YP_NOKEY
Constant for enum ypstat

 o YP_BADOP
 public static final int YP_BADOP
Constant for enum ypstat

 o YP_BADDB
 public static final int YP_BADDB
Constant for enum ypstat

 o YP_YPERR
 public static final int YP_YPERR
Constant for enum ypstat

 o YP_BADARGS
 public static final int YP_BADARGS
Constant for enum ypstat

 o YP_VERS
 public static final int YP_VERS
Constant for enum ypstat

 o value
 public int value

Constructors

 o ypstat
 public ypstat()

Methods

 o 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.
 o 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