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 java.lang.String CLIENT_SERVER_CHANNEL_KEY
- See Also:
- Constant Field Values
ClientLocalRuntime
public ClientLocalRuntime(Injector serverInjector,
java.util.Map<java.lang.String,java.lang.String> properties,
java.util.Collection<Module> extraModules)
ClientLocalRuntime
public ClientLocalRuntime(Injector serverInjector,
java.util.Map<java.lang.String,java.lang.String> properties,
Module... extraModules)
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.