com.sleepycat.db.internal
Class DbChannel
java.lang.Object
com.sleepycat.db.internal.DbChannel
public class DbChannel
- extends java.lang.Object
Constructor Summary |
protected |
DbChannel(long cPtr,
boolean cMemoryOwn)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
DbChannel
protected DbChannel(long cPtr,
boolean cMemoryOwn)
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