org.apache.cayenne.configuration.rop.client
Class LocalClientServerChannelProvider
java.lang.Object
org.apache.cayenne.configuration.rop.client.LocalClientServerChannelProvider
- All Implemented Interfaces:
- Provider<DataChannel>
public class LocalClientServerChannelProvider
- extends Object
- implements Provider<DataChannel>
Creates a ClientServerChannel
for the LocalConnection
.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serverInjector
protected Injector serverInjector
LocalClientServerChannelProvider
public LocalClientServerChannelProvider(Injector serverInjector)
get
public DataChannel get()
throws ConfigurationException
- Specified by:
get
in interface Provider<DataChannel>
- Throws:
ConfigurationException
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.