org.apache.cayenne.configuration.rop.client
Class ClientLocalRuntime
java.lang.Object
org.apache.cayenne.configuration.CayenneRuntime
org.apache.cayenne.configuration.rop.client.ClientRuntime
org.apache.cayenne.configuration.rop.client.ClientLocalRuntime
public class ClientLocalRuntime
- extends ClientRuntime
A ClientRuntime
that provides an ROP stack based on a local connection on top
of a server stack.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIENT_SERVER_CHANNEL_KEY
public static final String CLIENT_SERVER_CHANNEL_KEY
- See Also:
- Constant Field Values
ClientLocalRuntime
public ClientLocalRuntime(Injector serverInjector,
Map<String,String> properties,
Collection<Module> extraModules)
ClientLocalRuntime
public ClientLocalRuntime(Injector serverInjector,
Map<String,String> properties,
Module... extraModules)
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.