- cacheKey - Variable in class org.apache.cayenne.remote.RemoteIncrementalFaultList
-
- CayenneContext - Class in org.apache.cayenne
-
A default generic implementation of ObjectContext suitable for accessing
Cayenne from either an ORM or a client tiers.
- CayenneContext() - Constructor for class org.apache.cayenne.CayenneContext
-
Creates a new CayenneContext with no channel and disabled graph events.
- CayenneContext(DataChannel) - Constructor for class org.apache.cayenne.CayenneContext
-
Creates a new CayenneContext, initializing it with a channel instance.
- CayenneContext(DataChannel, boolean, boolean) - Constructor for class org.apache.cayenne.CayenneContext
-
Creates a new CayenneContext, initializing it with a channel.
- channel - Variable in class org.apache.cayenne.remote.service.ServerSession
-
- checkAlreadyConfigured(ServletContext) - Method in class org.apache.cayenne.rop.ROPServlet
-
- clear() - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
-
- ClientMessage - Interface in org.apache.cayenne.remote
-
A tag interface representing a message sent by a remote client to Cayenne service.
- close() - Method in interface org.apache.cayenne.remote.RemoteService
-
Close remote service resources.
- close() - Method in class org.apache.cayenne.remote.service.BaseRemoteService
-
- commitChanges() - Method in class org.apache.cayenne.CayenneContext
-
Commits changes to uncommitted objects.
- commitChangesToParent() - Method in class org.apache.cayenne.CayenneContext
-
- configure(Binder) - Method in class org.apache.cayenne.configuration.rop.server.ROPServerModule
-
- contains(Object) - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
-
- containsAll(Collection) - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
-
- context - Variable in class org.apache.cayenne.remote.RemoteIncrementalFaultList
-
- contextFactory - Variable in class org.apache.cayenne.remote.service.BaseRemoteService
-
- contributeROPBridgeProperties(Binder) - Static method in class org.apache.cayenne.configuration.rop.server.ROPServerModule
-
- createChannel() - Method in class org.apache.cayenne.remote.service.BaseRemoteService
-
Creates a server-side channel that will handle all client requests.
- createFactory(String[], EntityResolver) - Static method in class org.apache.cayenne.remote.hessian.HessianConfig
-
Creates a Hessian SerializerFactory configured with zero or more
AbstractSerializerFactory extensions.
- createRemoteSession(String, String, boolean) - Method in class org.apache.cayenne.remote.service.BaseRemoteService
-
- createServerSession() - Method in class org.apache.cayenne.remote.service.BaseRemoteService
-
Creates a new ServerSession with a dedicated DataChannel.
- createServerSession(String) - Method in class org.apache.cayenne.remote.service.BaseRemoteService
-
Creates a new ServerSession based on a shared DataChannel.
- createServerSession() - Method in class org.apache.cayenne.remote.service.HttpRemoteService
-
Creates a new ServerSession with a dedicated DataChannel.
- createServerSession(String) - Method in class org.apache.cayenne.remote.service.HttpRemoteService
-
Creates a new ServerSession based on a shared DataChannel.