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 |
|
|
Definition at line 13 of file __db_bt_maxkey_reply.java.
|
|
|
Definition at line 16 of file __db_bt_maxkey_reply.java. References xdrDecode(). 00017 { 00018 xdrDecode(xdr); 00019 }
|
|
|
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 }
|
|
|
Definition at line 21 of file __db_bt_maxkey_reply.java. References status. 00022 { 00023 xdr.xdrEncodeInt(status); 00024 }
|
|
|
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(). |
1.4.3