com::sleepycat::db::rpcserver::__db_cursor_msg Class Reference


Detailed Description

Definition at line 10 of file __db_cursor_msg.java.

Public Member Functions

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

Data Fields

int dbpcl_id
int flags
int txnpcl_id


Constructor & Destructor Documentation

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

Definition at line 15 of file __db_cursor_msg.java.

00015                              {
00016     }

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

Definition at line 18 of file __db_cursor_msg.java.

References xdrDecode().

00019                                                {
00020         xdrDecode(xdr);
00021     }


Member Function Documentation

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

Definition at line 30 of file __db_cursor_msg.java.

References dbpcl_id, flags, and txnpcl_id.

Referenced by __db_cursor_msg().

00031                                                {
00032         dbpcl_id = xdr.xdrDecodeInt();
00033         txnpcl_id = xdr.xdrDecodeInt();
00034         flags = xdr.xdrDecodeInt();
00035     }

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

Definition at line 23 of file __db_cursor_msg.java.

References dbpcl_id, flags, and txnpcl_id.

00024                                                {
00025         xdr.xdrEncodeInt(dbpcl_id);
00026         xdr.xdrEncodeInt(txnpcl_id);
00027         xdr.xdrEncodeInt(flags);
00028     }


Field Documentation

int com::sleepycat::db::rpcserver::__db_cursor_msg::dbpcl_id
 

Definition at line 11 of file __db_cursor_msg.java.

Referenced by com::sleepycat::db::rpcserver::DbDispatcher::__DB_db_cursor_4001(), xdrDecode(), and xdrEncode().

int com::sleepycat::db::rpcserver::__db_cursor_msg::flags
 

Definition at line 13 of file __db_cursor_msg.java.

Referenced by com::sleepycat::db::rpcserver::RpcDb::cursor(), xdrDecode(), and xdrEncode().

int com::sleepycat::db::rpcserver::__db_cursor_msg::txnpcl_id
 

Definition at line 12 of file __db_cursor_msg.java.

Referenced by com::sleepycat::db::rpcserver::RpcDb::cursor(), 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