org.apache.cayenne.configuration.rop.client
Class ClientChannelProvider

java.lang.Object
  extended by org.apache.cayenne.configuration.rop.client.ClientChannelProvider
All Implemented Interfaces:
Provider<DataChannel>

public class ClientChannelProvider
extends java.lang.Object
implements Provider<DataChannel>


Field Summary
protected  ClientConnection connection
           
protected  EventManager eventManager
           
protected  RuntimeProperties properties
           
 
Constructor Summary
ClientChannelProvider()
           
 
Method Summary
 DataChannel get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

protected ClientConnection connection

eventManager

protected EventManager eventManager

properties

protected RuntimeProperties properties
Constructor Detail

ClientChannelProvider

public ClientChannelProvider()
Method Detail

get

public DataChannel get()
                throws ConfigurationException
Specified by:
get in interface Provider<DataChannel>
Throws:
ConfigurationException


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