Package | Description |
---|---|
org.apache.cayenne.configuration.rop.client | |
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 |
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
ClientChannelProvider.connection |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
HessianConnectionProvider.get() |
ClientConnection |
LocalConnectionProvider.get() |
ClientConnection |
ClientRuntime.getConnection() |
Modifier and Type | Class and Description |
---|---|
class |
BaseConnection
A common base class for concrete ClientConnection implementations.
|
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
ClientChannel.connection |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientChannel.getConnection() |
Constructor and Description |
---|
ClientChannel(ClientConnection connection)
Deprecated.
|
ClientChannel(ClientConnection connection,
boolean channelEventsEnabled)
Deprecated.
|
ClientChannel(ClientConnection connection,
boolean channelEventsEnabled,
EventManager eventManager)
Deprecated.
|
ClientChannel(ClientConnection connection,
boolean channelEventsEnabled,
EventManager eventManager,
boolean remoteEventsOptional) |
Modifier and Type | Class and Description |
---|---|
class |
HessianConnection
An ClientConnection that passes messages to a remotely deployed HessianService.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalConnection
A ClientConnection that connects to a DataChannel.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.