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 |
|
|
Definition at line 15 of file __db_cursor_msg.java.
|
|
|
Definition at line 18 of file __db_cursor_msg.java. References xdrDecode(). 00019 { 00020 xdrDecode(xdr); 00021 }
|
|
|
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 }
|
|
|
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 }
|
|
|
Definition at line 11 of file __db_cursor_msg.java. Referenced by com::sleepycat::db::rpcserver::DbDispatcher::__DB_db_cursor_4001(), xdrDecode(), and xdrEncode(). |
|
|
Definition at line 13 of file __db_cursor_msg.java. Referenced by com::sleepycat::db::rpcserver::RpcDb::cursor(), xdrDecode(), and xdrEncode(). |
|
|
Definition at line 12 of file __db_cursor_msg.java. Referenced by com::sleepycat::db::rpcserver::RpcDb::cursor(), xdrDecode(), and xdrEncode(). |
1.4.3