org.apache.cayenne.configuration.rop.client
Class ClientRuntime
java.lang.Object
org.apache.cayenne.configuration.CayenneRuntime
org.apache.cayenne.configuration.rop.client.ClientRuntime
- Direct Known Subclasses:
- ClientLocalRuntime
public class ClientRuntime
- extends CayenneRuntime
A user application entry point to Cayenne stack on the ROP client.
- Since:
- 3.1
Constructor Summary |
ClientRuntime(java.util.Map<java.lang.String,java.lang.String> properties,
java.util.Collection<Module> extraModules)
Creates a client runtime configuring it with a standard set of services contained
in ClientModule . |
ClientRuntime(java.util.Map<java.lang.String,java.lang.String> properties,
Module... extraModules)
Creates a client runtime configuring it with a standard set of services contained
in ClientModule . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientRuntime
public ClientRuntime(java.util.Map<java.lang.String,java.lang.String> properties,
java.util.Collection<Module> extraModules)
- Creates a client runtime configuring it with a standard set of services contained
in
ClientModule
. CayenneClientModule is created based on a set of
properties that contain things like connection information, etc. Recognized
property keys are defined in ClientModule
. An optional array of
extra modules may contain service overrides and/or user services.
ClientRuntime
public ClientRuntime(java.util.Map<java.lang.String,java.lang.String> properties,
Module... extraModules)
- Creates a client runtime configuring it with a standard set of services contained
in
ClientModule
. CayenneClientModule is created based on a set of
properties that contain things like connection information, etc. Recognized
property keys are defined in ClientModule
. An optional collection of
extra modules may contain service overrides and/or user services.
getConnection
public ClientConnection getConnection()
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.