Uses of Interface
org.objectweb.transaction.api.lock.LockIdentifier

Packages that use LockIdentifier
org.objectweb.transaction.api.lock Specification of the Lock API.  
 

Uses of LockIdentifier in org.objectweb.transaction.api.lock
 

Methods in org.objectweb.transaction.api.lock with parameters of type LockIdentifier
 void ReleaseLockFeature.release(LockIdentifier id)
          Release the underlying lock acquired.
 void ModeLockFeature.acquire(LockIdentifier id, LockMode mode)
          Acquire the Lock with a specific mode.
 boolean ModeLockFeature.tryAcquire(LockIdentifier id, LockMode mode)
          Try to acquire the Lock.
 boolean ModeLockFeature.isAcquired(LockIdentifier id, LockMode mode)
          Check if the Lock is acquired.
 boolean LockIdentifier.equals(LockIdentifier id)
          Method which compare two LockIdentifier entities.
 void ExclusiveLockFeature.acquire(LockIdentifier id)
          Acquire the Lock.
 boolean ExclusiveLockFeature.tryAcquire(LockIdentifier id)
          Try to acquire the Lock.
 boolean ExclusiveLockFeature.isAcquired(LockIdentifier id)
          Check if the Lock is acquired.