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

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

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

Creates a ClientServerChannel for the LocalConnection.

Since:
3.1

Field Summary
protected  Injector serverInjector
           
 
Constructor Summary
LocalClientServerChannelProvider(Injector serverInjector)
           
 
Method Summary
 DataChannel get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverInjector

protected Injector serverInjector
Constructor Detail

LocalClientServerChannelProvider

public LocalClientServerChannelProvider(Injector serverInjector)
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.