public class DbChannel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
DbChannel(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
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) |
protected static long getCPtr(DbChannel obj)
public void close(int flags) throws DatabaseException
DatabaseException
public void send_repmsg(DatabaseEntry[] chan_msgs, int nmsg, int flags) throws DatabaseException
DatabaseException
public void send_request(DatabaseEntry[] chan_msgs, int nrequest, DatabaseEntry response, long timeout, int flags) throws DatabaseException
DatabaseException
public void set_timeout(long timeout) throws DatabaseException
DatabaseException