Package org.eclipse.emf.cdo.spi.server
Class DurableLockArea
- java.lang.Object
- 
- org.eclipse.emf.cdo.spi.server.DurableLockArea
 
- 
- All Implemented Interfaces:
- CDOBranchPoint,- CDOBranchProvider,- IDurableLockingManager.LockArea,- CDOTimeProvider
 
 @Deprecated public class DurableLockArea extends java.lang.Object implements IDurableLockingManager.LockArea Deprecated.If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 4.0
- Author:
- Eike Stepper
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.lock.IDurableLockingManager.LockAreaIDurableLockingManager.LockArea.Handler
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_DURABLE_LOCKING_ID_BYTESDeprecated.- 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointINVALID_DATE, UNSPECIFIED_DATE
 
- 
 - 
Constructor SummaryConstructors Constructor Description DurableLockArea(java.lang.String durableLockingID, java.lang.String userID, CDOBranchPoint branchPoint, boolean readOnly, java.util.Map<CDOID,IDurableLockingManager.LockGrade> locks)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringcreateDurableLockingID()Deprecated.static java.lang.StringcreateDurableLockingID(int bytes)Deprecated.CDOBranchgetBranch()Deprecated.Returns the branch of this branch point, ornullif this branch point is thebaseof themain branch.java.lang.StringgetDurableLockingID()Deprecated.java.util.Map<CDOID,IDurableLockingManager.LockGrade>getLocks()Deprecated.longgetTimeStamp()Deprecated.Returns the time stamp of this branch point, or the fixed special time stampunspecifiedif this branch point marks theheadof a branch.java.lang.StringgetUserID()Deprecated.booleanisMissing()Deprecated.Returnstrueif this instance represents a lock area that is known to be missing (not present) on a master server.booleanisReadOnly()Deprecated.java.lang.StringtoString()Deprecated.
 
- 
- 
- 
Field Detail- 
DEFAULT_DURABLE_LOCKING_ID_BYTESpublic static final int DEFAULT_DURABLE_LOCKING_ID_BYTES Deprecated.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
DurableLockAreapublic DurableLockArea(java.lang.String durableLockingID, java.lang.String userID, CDOBranchPoint branchPoint, boolean readOnly, java.util.Map<CDOID,IDurableLockingManager.LockGrade> locks)Deprecated.
 
- 
 - 
Method Detail- 
getDurableLockingIDpublic java.lang.String getDurableLockingID() Deprecated.- Specified by:
- getDurableLockingIDin interface- IDurableLockingManager.LockArea
 
 - 
getUserIDpublic java.lang.String getUserID() Deprecated.- Specified by:
- getUserIDin interface- IDurableLockingManager.LockArea
 
 - 
getBranchpublic CDOBranch getBranch() Deprecated.Description copied from interface:CDOBranchPointReturns the branch of this branch point, ornullif this branch point is thebaseof themain branch.- Specified by:
- getBranchin interface- CDOBranchPoint
- Specified by:
- getBranchin interface- CDOBranchProvider
 
 - 
getTimeStamppublic long getTimeStamp() Deprecated.Description copied from interface:CDOBranchPointReturns the time stamp of this branch point, or the fixed special time stampunspecifiedif this branch point marks theheadof a branch.- Specified by:
- getTimeStampin interface- CDOBranchPoint
- Specified by:
- getTimeStampin interface- CDOTimeProvider
 
 - 
isReadOnlypublic boolean isReadOnly() Deprecated.- Specified by:
- isReadOnlyin interface- IDurableLockingManager.LockArea
 
 - 
getLockspublic java.util.Map<CDOID,IDurableLockingManager.LockGrade> getLocks() Deprecated.- Specified by:
- getLocksin interface- IDurableLockingManager.LockArea
 
 - 
toStringpublic java.lang.String toString() Deprecated.- Overrides:
- toStringin class- java.lang.Object
 
 - 
createDurableLockingIDpublic static java.lang.String createDurableLockingID() Deprecated.
 - 
createDurableLockingIDpublic static java.lang.String createDurableLockingID(int bytes) Deprecated.
 - 
isMissingpublic boolean isMissing() Deprecated.Description copied from interface:IDurableLockingManager.LockAreaReturnstrueif this instance represents a lock area that is known to be missing (not present) on a master server. (Relevant only in a replicating configuration.)- Specified by:
- isMissingin interface- IDurableLockingManager.LockArea
- Since:
- 4.1
 
 
- 
 
-