Package org.alfresco.repo.domain.locks
Class LockDetails
java.lang.Object
org.alfresco.repo.domain.locks.LockDetails
Class to contain details regarding a lock. A lock is specific to a given
qualified name. For any given lock, there may exist an EXCLUSIVE
lock or several SHARED locks.
- Since:
- 3.2
- Author:
- Derek Hulley
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LockDetails
- Parameters:
txnId- the transaction holding the locklockQName- the qualified name of the locklockType- the type of lock
-
-
Method Details
-
getTxnId
- Returns:
- Returns the transaction holding the lock
-
getLockQName
- Returns:
- Returns the qualified name of the lock
-
getLockType
- Returns:
- Returns the lock type
-