/* * 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_flags_msgimplementsXdrAble{publicintdbpcl_id;publicintflags;public__db_flags_msg(){}public__db_flags_msg(XdrDecodingStreamxdr)throwsOncRpcException,IOException{xdrDecode(xdr);}publicvoidxdrEncode(XdrEncodingStreamxdr)throwsOncRpcException,IOException{xdr.xdrEncodeInt(dbpcl_id);xdr.xdrEncodeInt(flags);}publicvoidxdrDecode(XdrDecodingStreamxdr)throwsOncRpcException,IOException{dbpcl_id=xdr.xdrDecodeInt();flags=xdr.xdrDecodeInt();}}// End of __db_flags_msg.java