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

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

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

Methods in org.objectweb.transaction.api.lock with parameters of type LockMode
 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 ConflictLockCheckFeature.isConflict(LockMode acquired, LockMode requested)
          Checkes if two lock modes are conflicting.
 boolean ConflictLockCheckFeature.isConflict(LockMode acquired, LockMode requested)
          Checkes if two lock modes are conflicting.