Main Page | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Related Pages

__db_set_q_extentsize_reply.java

00001 /*
00002  * Automatically generated by jrpcgen 0.95.1 on 8/2/05 1:49 PM
00003  * jrpcgen is part of the "Remote Tea" ONC/RPC package for Java
00004  * See http://acplt.org/ks/remotetea.html for details
00005  */
00006 package com.sleepycat.db.rpcserver;
00007 import org.acplt.oncrpc.*;
00008 import java.io.IOException;
00009 
00010 public class __db_set_q_extentsize_reply implements XdrAble {
00011     public int status;
00012 
00013     public __db_set_q_extentsize_reply() {
00014     }
00015 
00016     public __db_set_q_extentsize_reply(XdrDecodingStream xdr)
00017            throws OncRpcException, IOException {
00018         xdrDecode(xdr);
00019     }
00020 
00021     public void xdrEncode(XdrEncodingStream xdr)
00022            throws OncRpcException, IOException {
00023         xdr.xdrEncodeInt(status);
00024     }
00025 
00026     public void xdrDecode(XdrDecodingStream xdr)
00027            throws OncRpcException, IOException {
00028         status = xdr.xdrDecodeInt();
00029     }
00030 
00031 }
00032 // End of __db_set_q_extentsize_reply.java

Generated on Sun Dec 25 12:14:48 2005 for Berkeley DB 4.4.16 by  doxygen 1.4.2