|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientConnection | |
---|---|
org.apache.cayenne.remote | Contains classes an interfaces related to Cayenne remote object persistence features. |
org.apache.cayenne.remote.hessian | |
org.apache.cayenne.remote.service |
Uses of ClientConnection in org.apache.cayenne.remote |
---|
Classes in org.apache.cayenne.remote that implement ClientConnection | |
---|---|
class |
BaseConnection
A common base class for concrete ClientConnection implementations. |
Fields in org.apache.cayenne.remote declared as ClientConnection | |
---|---|
protected ClientConnection |
ClientChannel.connection
|
Constructors in org.apache.cayenne.remote with parameters of type ClientConnection | |
---|---|
ClientChannel(ClientConnection connection)
Creates a new channel accessing remote server via provided connection. |
|
ClientChannel(ClientConnection connection,
boolean channelEventsEnabled)
|
|
ClientChannel(ClientConnection connection,
boolean channelEventsEnabled,
EventManager eventManager)
|
|
ClientChannel(ClientConnection connection,
boolean channelEventsEnabled,
EventManager eventManager,
boolean remoteEventsOptional)
|
Uses of ClientConnection in org.apache.cayenne.remote.hessian |
---|
Classes in org.apache.cayenne.remote.hessian that implement ClientConnection | |
---|---|
class |
HessianConnection
An ClientConnection that passes messages to a remotely deployed HessianService. |
Uses of ClientConnection in org.apache.cayenne.remote.service |
---|
Classes in org.apache.cayenne.remote.service that implement ClientConnection | |
---|---|
class |
LocalConnection
A ClientConnection that connects to a DataChannel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |