com::sleepycat::db::rpcserver::__db_bt_maxkey_reply Class Reference


Detailed Description

Definition at line 10 of file __db_bt_maxkey_reply.java.

Public Member Functions

 __db_bt_maxkey_reply (XdrDecodingStream xdr) throws OncRpcException, IOException
 __db_bt_maxkey_reply ()
void xdrDecode (XdrDecodingStream xdr) throws OncRpcException, IOException
void xdrEncode (XdrEncodingStream xdr) throws OncRpcException, IOException

Data Fields

int status


Constructor & Destructor Documentation

com::sleepycat::db::rpcserver::__db_bt_maxkey_reply::__db_bt_maxkey_reply  )  [inline]
 

Definition at line 13 of file __db_bt_maxkey_reply.java.

00013                                   {
00014     }

com::sleepycat::db::rpcserver::__db_bt_maxkey_reply::__db_bt_maxkey_reply XdrDecodingStream  xdr  )  throws OncRpcException, IOException [inline]
 

Definition at line 16 of file __db_bt_maxkey_reply.java.

References xdrDecode().

00017                                                {
00018         xdrDecode(xdr);
00019     }


Member Function Documentation

void com::sleepycat::db::rpcserver::__db_bt_maxkey_reply::xdrDecode XdrDecodingStream  xdr  )  throws OncRpcException, IOException [inline]
 

Definition at line 26 of file __db_bt_maxkey_reply.java.

References status.

Referenced by __db_bt_maxkey_reply().

00027                                                {
00028         status = xdr.xdrDecodeInt();
00029     }

void com::sleepycat::db::rpcserver::__db_bt_maxkey_reply::xdrEncode XdrEncodingStream  xdr  )  throws OncRpcException, IOException [inline]
 

Definition at line 21 of file __db_bt_maxkey_reply.java.

References status.

00022                                                {
00023         xdr.xdrEncodeInt(status);
00024     }


Field Documentation

int com::sleepycat::db::rpcserver::__db_bt_maxkey_reply::status
 

Definition at line 11 of file __db_bt_maxkey_reply.java.

Referenced by com::sleepycat::db::rpcserver::DbDispatcher::__DB_db_bt_maxkey_4001(), com::sleepycat::db::rpcserver::RpcDb::set_bt_maxkey(), xdrDecode(), and xdrEncode().


The documentation for this class was generated from the following file:
Generated on Wed Jul 20 21:15:01 2005 for MySQL 5.0.9 Beta by  doxygen 1.4.3