Package | Description |
---|---|
org.eclipse.emf.cdo.common.lock |
Common concepts for dealing with durable locks and views.
|
org.eclipse.emf.cdo.common.protocol |
Common concepts for dealing with protocols and CDO-specific I/O.
|
org.eclipse.emf.cdo.server |
Server concepts for dealing with repositories and stores.
|
org.eclipse.emf.cdo.spi.common.protocol |
Common base implementations for dealing with I/O of CDO data structures.
|
org.eclipse.emf.cdo.spi.server |
Server service provider interfaces and useful base implementations.
|
Modifier and Type | Method and Description |
---|---|
static IDurableLockingManager.LockArea |
CDOLockUtil.createLockArea(java.lang.String durableLockingID) |
IDurableLockingManager.LockArea |
IDurableLockingManager.createLockArea(java.lang.String userID,
CDOBranchPoint branchPoint,
boolean readOnly,
java.util.Map<CDOID,IDurableLockingManager.LockGrade> locks) |
static IDurableLockingManager.LockArea |
CDOLockUtil.createLockArea(java.lang.String durableLockingID,
java.lang.String userID,
CDOBranchPoint branchPoint,
boolean readOnly,
java.util.Map<CDOID,IDurableLockingManager.LockGrade> locks) |
IDurableLockingManager.LockArea |
IDurableLockingManager.getLockArea(java.lang.String durableLockingID)
Returns the
lock area specified by the given durableLockingID, never null . |
Modifier and Type | Method and Description |
---|---|
boolean |
IDurableLockingManager.LockArea.Handler.handleLockArea(IDurableLockingManager.LockArea area) |
Modifier and Type | Method and Description |
---|---|
IDurableLockingManager.LockArea |
CDODataInput.readCDOLockArea() |
Modifier and Type | Method and Description |
---|---|
void |
CDODataOutput.writeCDOLockArea(IDurableLockingManager.LockArea lockArea) |
Modifier and Type | Method and Description |
---|---|
IDurableLockingManager.LockArea |
IStoreAccessor.DurableLocking2.createLockArea(java.lang.String durableLockingID,
java.lang.String userID,
CDOBranchPoint branchPoint,
boolean readOnly,
java.util.Map<CDOID,IDurableLockingManager.LockGrade> locks) |
Modifier and Type | Method and Description |
---|---|
void |
ILockingManager.DurableViewHandler.openingView(CDOCommonSession session,
int viewID,
boolean readOnly,
IDurableLockingManager.LockArea area)
A call-back method primarily intended to allow implementers to prevent the view from being opened by throwing an
exception.
|
void |
IStoreAccessor.DurableLocking2.updateLockArea(IDurableLockingManager.LockArea lockArea) |
Modifier and Type | Method and Description |
---|---|
IDurableLockingManager.LockArea |
CDODataInputImpl.readCDOLockArea() |
Modifier and Type | Method and Description |
---|---|
void |
CDODataOutputImpl.writeCDOLockArea(IDurableLockingManager.LockArea lockArea) |
Modifier and Type | Class and Description |
---|---|
class |
DurableLockArea
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IDurableLockingManager.LockArea |
InternalLockManager.createLockArea(InternalView view) |
IDurableLockingManager.LockArea |
InternalLockManager.createLockArea(InternalView view,
java.lang.String lockAreaID) |
Modifier and Type | Method and Description |
---|---|
void |
InternalLockManager.updateLockArea(IDurableLockingManager.LockArea lockArea) |
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