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 Summary
Fields Modifier and Type Field Description protected ClientConnection
connection
protected EventManager
eventManager
protected RuntimeProperties
properties
-
Constructor Summary
Constructors Constructor Description ClientChannelProvider()
-
Method Summary
Modifier and Type Method Description DataChannel
get()
-
Field Details
-
connection
-
eventManager
-
properties
-
-
Constructor Details
-
ClientChannelProvider
public ClientChannelProvider()
-
-
Method Details
-
get
- Specified by:
get
in interfaceProvider<DataChannel>
- Throws:
ConfigurationException
-