org.apache.cayenne.configuration.rop.client
Class ClientLocalRuntime

java.lang.Object
  extended by org.apache.cayenne.configuration.CayenneRuntime
      extended by org.apache.cayenne.configuration.rop.client.ClientRuntime
          extended by 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

Field Summary
static java.lang.String CLIENT_SERVER_CHANNEL_KEY
           
 
Fields inherited from class org.apache.cayenne.configuration.CayenneRuntime
injector, modules, threadInjector
 
Constructor Summary
ClientLocalRuntime(Injector serverInjector, java.util.Map<java.lang.String,java.lang.String> properties, java.util.Collection<Module> extraModules)
           
ClientLocalRuntime(Injector serverInjector, java.util.Map<java.lang.String,java.lang.String> properties, Module... extraModules)
           
 
Method Summary
 
Methods inherited from class org.apache.cayenne.configuration.rop.client.ClientRuntime
getConnection
 
Methods inherited from class org.apache.cayenne.configuration.CayenneRuntime
bindThreadInjector, getChannel, getContext, getContext, getInjector, getModules, getThreadInjector, mergeModules, mergeModules, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIENT_SERVER_CHANNEL_KEY

public static final java.lang.String CLIENT_SERVER_CHANNEL_KEY
See Also:
Constant Field Values
Constructor Detail

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.