com.sleepycat.db.internal
Class DbChannel

java.lang.Object
  extended by com.sleepycat.db.internal.DbChannel

public class DbChannel
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
protected DbChannel(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void close(int flags)
           
protected static long getCPtr(DbChannel obj)
           
 void send_repmsg(DatabaseEntry[] chan_msgs, int nmsg, int flags)
           
 void send_request(DatabaseEntry[] chan_msgs, int nrequest, DatabaseEntry response, long timeout, int flags)
           
 void set_timeout(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

DbChannel

protected DbChannel(long cPtr,
                    boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(DbChannel obj)

close

public void close(int flags)
           throws DatabaseException
Throws:
DatabaseException

send_repmsg

public void send_repmsg(DatabaseEntry[] chan_msgs,
                        int nmsg,
                        int flags)
                 throws DatabaseException
Throws:
DatabaseException

send_request

public void send_request(DatabaseEntry[] chan_msgs,
                         int nrequest,
                         DatabaseEntry response,
                         long timeout,
                         int flags)
                  throws DatabaseException
Throws:
DatabaseException

set_timeout

public void set_timeout(long timeout)
                 throws DatabaseException
Throws:
DatabaseException