| Package | Description |
|---|---|
| org.eclipse.emf.cdo.server |
Server concepts for dealing with repositories and stores.
|
| org.eclipse.emf.cdo.server.lissome |
Server concepts for dealing with DB stores and accessors.
|
| org.eclipse.emf.cdo.spi.server |
Server service provider interfaces and useful base implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ILockingManager
Manages all persistent aspects of durable CDO views and provides for vetoable
interception of the durable view resumption
process. |
static interface |
IStoreAccessor.DurableLocking
An extension interface for
store accessors that support durable locking. |
static interface |
IStoreAccessor.DurableLocking2
An extension interface for
store accessors that support durable locking. |
| Modifier and Type | Method and Description |
|---|---|
IDurableLockingManager |
IRepository.getLockManager()
Deprecated.
As of 4.1 use
IRepository.getLockingManager(). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ILissomeStoreAccessor
A
store accessor for CDO's proprietary Lissome store. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalLockManager
The type of the to-be-locked objects is either
CDOIDAndBranch or CDOID, depending on whether
branching is supported by the repository or not. |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.