/* * Automatically generated by jrpcgen 0.95.1 on 2/13/02 1:05 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__env_encrypt_msgimplementsXdrAble{publicintdbenvcl_id;publicStringpasswd;publicintflags;public__env_encrypt_msg(){}public__env_encrypt_msg(XdrDecodingStreamxdr)throwsOncRpcException,IOException{xdrDecode(xdr);}publicvoidxdrEncode(XdrEncodingStreamxdr)throwsOncRpcException,IOException{xdr.xdrEncodeInt(dbenvcl_id);xdr.xdrEncodeString(passwd);xdr.xdrEncodeInt(flags);}publicvoidxdrDecode(XdrDecodingStreamxdr)throwsOncRpcException,IOException{dbenvcl_id=xdr.xdrDecodeInt();passwd=xdr.xdrDecodeString();flags=xdr.xdrDecodeInt();}}// End of __env_encrypt_msg.java