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) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html