/* * Automatically generated by jrpcgen 0.95.1 on 12/18/01 7:23 PM * jrpcgen is part of the "Remote Tea" ONC/RPC package for Java * See http://acplt.org/ks/remotetea.html for details */packagecom.sleepycat.db.rpcserver;importorg.acplt.oncrpc.*;importjava.io.IOException;publicclass__db_close_replyimplementsXdrAble{publicintstatus;public__db_close_reply(){}public__db_close_reply(XdrDecodingStreamxdr)throwsOncRpcException,IOException{xdrDecode(xdr);}publicvoidxdrEncode(XdrEncodingStreamxdr)throwsOncRpcException,IOException{xdr.xdrEncodeInt(status);}publicvoidxdrDecode(XdrDecodingStreamxdr)throwsOncRpcException,IOException{status=xdr.xdrDecodeInt();}}// End of __db_close_reply.java