Uses of Interface
org.apache.cayenne.remote.ClientConnection

Packages that use ClientConnection
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   
 

Uses of ClientConnection in org.apache.cayenne.configuration.rop.client
 

Fields in org.apache.cayenne.configuration.rop.client declared as ClientConnection
protected  ClientConnection ClientChannelProvider.connection
           
 

Methods in org.apache.cayenne.configuration.rop.client that return ClientConnection
 ClientConnection HessianConnectionProvider.get()
           
 ClientConnection LocalConnectionProvider.get()
           
 ClientConnection ClientRuntime.getConnection()
           
 

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
           
 

Methods in org.apache.cayenne.remote that return ClientConnection
 ClientConnection ClientChannel.getConnection()
           
 

Constructors in org.apache.cayenne.remote with parameters of type ClientConnection
ClientChannel(ClientConnection connection)
          Deprecated. since 3.1 use ClientChannel.ClientChannel(ClientConnection, boolean, EventManager, boolean)
ClientChannel(ClientConnection connection, boolean channelEventsEnabled)
          Deprecated. since 3.1 use ClientChannel.ClientChannel(ClientConnection, boolean, EventManager, boolean)
ClientChannel(ClientConnection connection, boolean channelEventsEnabled, EventManager eventManager)
          Deprecated. since 3.1 use ClientChannel.ClientChannel(ClientConnection, boolean, EventManager, boolean)
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.
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.