Class ClientChannelProvider
java.lang.Object
org.apache.cayenne.configuration.rop.client.ClientChannelProvider
- All Implemented Interfaces:
- Provider<DataChannel>
public class ClientChannelProvider extends Object implements Provider<DataChannel>
- 
Field SummaryFields Modifier and Type Field Description protected ClientConnectionconnectionprotected EventManagereventManagerprotected RuntimePropertiesproperties
- 
Constructor SummaryConstructors Constructor Description ClientChannelProvider()
- 
Method SummaryModifier and Type Method Description DataChannelget()
- 
Field Details- 
connection
- 
eventManager
- 
properties
 
- 
- 
Constructor Details- 
ClientChannelProviderpublic ClientChannelProvider()
 
- 
- 
Method Details- 
get- Specified by:
- getin interface- Provider<DataChannel>
- Throws:
- ConfigurationException
 
 
-