org.apache.cayenne.configuration.rop.client
Class ClientModule
java.lang.Object
org.apache.cayenne.configuration.rop.client.ClientModule
- All Implemented Interfaces:
- Module
public class ClientModule
- extends Object
- implements Module
A DI module containing all Cayenne ROP client runtime configurations.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROP_SERVICE_URL
public static final String ROP_SERVICE_URL
- See Also:
- Constant Field Values
ROP_SERVICE_USER_NAME
public static final String ROP_SERVICE_USER_NAME
- See Also:
- Constant Field Values
ROP_SERVICE_PASSWORD
public static final String ROP_SERVICE_PASSWORD
- See Also:
- Constant Field Values
ROP_SERVICE_SHARED_SESSION
public static final String ROP_SERVICE_SHARED_SESSION
- See Also:
- Constant Field Values
CHANNEL_EVENTS
public static final String CHANNEL_EVENTS
- See Also:
- Constant Field Values
CHANNEL_REMOTE_EVENTS_OPTIONAL
public static final String CHANNEL_REMOTE_EVENTS_OPTIONAL
- See Also:
- Constant Field Values
CONTEXT_CHANGE_EVENTS
public static final String CONTEXT_CHANGE_EVENTS
- See Also:
- Constant Field Values
CONTEXT_LIFECYCLE_EVENTS
public static final String CONTEXT_LIFECYCLE_EVENTS
- See Also:
- Constant Field Values
properties
protected Map<String,String> properties
ClientModule
public ClientModule(Map<String,String> properties)
configure
public void configure(Binder binder)
- Specified by:
configure
in interface Module
Copyright © 2001-2010 Apache Cayenne. All Rights Reserved.