Package | Description |
---|---|
com.jbase.jremote.io |
Modifier and Type | Class and Description |
---|---|
class |
InterceptorConnection
This class is responsible for handling the message sending to and from
an underlying JConnection.
|
class |
JRemoteSocketConnection
This class handles the connection and communication to
the jListener server over a socket interface.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractJRemoteConnection |
JSelectListImpl.connection |
Modifier and Type | Method and Description |
---|---|
protected void |
JConnectionImpl.init(AbstractJRemoteConnection connection,
boolean allowInput,
java.util.Properties cxProps) |
void |
JSelectListImpl.setConnection(AbstractJRemoteConnection connection)
Attaches a connection handle to this select list.
|
Constructor and Description |
---|
InterceptorConnection(AbstractJRemoteConnection c,
java.io.InputStream is,
java.io.OutputStream os) |
JConnectionImpl(AbstractJRemoteConnection connection) |
JConnectionImpl(AbstractJRemoteConnection connection,
java.util.Properties cxProps) |
JCursorImpl(AbstractJRemoteConnection connection,
JSelectListProt data)
Constructs a cursor from a serializable select list.
|
JFileImpl(AbstractJRemoteConnection connection,
java.lang.String fileName) |
JResultSetImpl(AbstractJRemoteConnection connection,
int statementId,
int fetchSize) |
JSelectListImpl(AbstractJRemoteConnection connection,
JDynArray keys)
Constructs a select list from specified dynamic array.
|
JSelectListImpl(AbstractJRemoteConnection connection,
JSelectListProt data)
Constructs a select list from a serializable select list.
|
JStatementImpl(AbstractJRemoteConnection connection)
Constructor.
|