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
- 
Field SummaryFields Modifier and Type Field Description protected InjectorserverInjector
- 
Constructor SummaryConstructors Constructor Description LocalClientServerChannelProvider(Injector serverInjector)
- 
Method SummaryModifier and Type Method Description DataChannelget()
- 
Field Details- 
serverInjector
 
- 
- 
Constructor Details- 
LocalClientServerChannelProvider
 
- 
- 
Method Details- 
get- Specified by:
- getin interface- Provider<DataChannel>
- Throws:
- ConfigurationException
 
 
-