Package org.eclipse.emf.cdo.common.lock
Interface IDurableLockingManager.LockArea
- 
- All Superinterfaces:
- CDOBranchPoint,- CDOBranchProvider,- CDOTimeProvider
 - All Known Implementing Classes:
- DurableLockArea
 - Enclosing interface:
- IDurableLockingManager
 
 public static interface IDurableLockingManager.LockArea extends CDOBranchPoint Encapsulates the persistable information about a single durable CDO view likebranch pointand acquired locks.- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceIDurableLockingManager.LockArea.HandlerA call-back interface for handlinglock areaobjects.
 - 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_DURABLE_LOCKING_ID_BYTES- 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointINVALID_DATE, UNSPECIFIED_DATE
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDurableLockingID()java.util.Map<CDOID,IDurableLockingManager.LockGrade>getLocks()java.lang.StringgetUserID()booleanisMissing()Returnstrueif this instance represents a lock area that is known to be missing (not present) on a master server.booleanisReadOnly()- 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointgetBranch, getTimeStamp
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_DURABLE_LOCKING_ID_BYTESstatic final int DEFAULT_DURABLE_LOCKING_ID_BYTES - Since:
- 4.1
- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDurableLockingIDjava.lang.String getDurableLockingID() 
 - 
getUserIDjava.lang.String getUserID() 
 - 
isReadOnlyboolean isReadOnly() 
 - 
getLocksjava.util.Map<CDOID,IDurableLockingManager.LockGrade> getLocks() 
 - 
isMissingboolean isMissing() Returnstrueif this instance represents a lock area that is known to be missing (not present) on a master server. (Relevant only in a replicating configuration.)- Since:
- 4.1
 
 
- 
 
-