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

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

public class LocalConnectionProvider
extends java.lang.Object
implements Provider<ClientConnection>

Since:
3.1

Field Summary
protected  Provider<DataChannel> clientServerChannelProvider
           
 
Constructor Summary
LocalConnectionProvider()
           
 
Method Summary
 ClientConnection get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientServerChannelProvider

protected Provider<DataChannel> clientServerChannelProvider
Constructor Detail

LocalConnectionProvider

public LocalConnectionProvider()
Method Detail

get

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


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