Interface | Description |
---|---|
IByteObject |
This interface allows a client to optimise the serialization of byte buffers.
|
JBaseObjectReader |
Deserializes objects sent from the jsqld server.
|
JBaseObjectWriter |
Serializes objects to jBASE JDBC format.
|
JBaseSerializable |
Interface which must be implemented by objects which take part in the
JDBC driver <-> jbase_agent communication.
|
JBaseSerializable.TYPE |
Class | Description |
---|---|
AbstractJBaseObjectReader |
Deserializes JBaseSerializable objects sent from the jbase_agent server,
or any other source of serialized JCF objects.
|
AbstractJBaseObjectWriter | |
ByteObject | |
ByteTools | |
ErrorResponse | |
GZipCompressor | |
IOJBaseObjectReader |
jBase object reader based on the DataInputStream.
|
IOJBaseObjectWriter |
jBase object writer based on the DataOutputStream.
|
JbaseMsg |
jBASE Socket message
|
JbaseSocketConnection |
This class handles the connection and communication to
a jBASE server over a socket interface using the JbaseMsg
protocol.
|
NaiveTrustManager |
This Trust Manager is "naive" because it trusts everyone.
|
NIOJBaseObjectReader |
jBase object reader based on the new Java IO.
|
NIOJBaseObjectWriter |
jBase object writer using the new Java IO.
|
ObjectFactory | |
OKResponse | |
PrefixByteBuffer | |
Response |
Represents a response from jsqld.
|
SQLError |