public static interface IDurableLockingManager.LockArea extends CDOBranchPoint
branch point
and acquired locks.Modifier and Type | Interface and Description |
---|---|
static interface |
IDurableLockingManager.LockArea.Handler
A call-back interface for handling
lock area objects. |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DURABLE_LOCKING_ID_BYTES |
INVALID_DATE, UNSPECIFIED_DATE
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDurableLockingID() |
java.util.Map<CDOID,IDurableLockingManager.LockGrade> |
getLocks() |
java.lang.String |
getUserID() |
boolean |
isMissing()
Returns
true if this instance represents a lock area that is known to be missing (not present) on a
master server. |
boolean |
isReadOnly() |
getBranch, getTimeStamp
static final int DEFAULT_DURABLE_LOCKING_ID_BYTES
java.lang.String getDurableLockingID()
java.lang.String getUserID()
boolean isReadOnly()
java.util.Map<CDOID,IDurableLockingManager.LockGrade> getLocks()
boolean isMissing()
true
if this instance represents a lock area that is known to be missing (not present) on a
master server. (Relevant only in a replicating configuration.)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