Uses of Interface
org.multiverse.utils.commitlock.CommitLock

Packages that use CommitLock
org.multiverse.utils.commitlock This package contains support for locking transactional datastructures when a transaction does a commit. 
 

Uses of CommitLock in org.multiverse.utils.commitlock
 

Methods in org.multiverse.utils.commitlock with parameters of type CommitLock
 boolean CommitLockFilter.needsLocking(CommitLock commitLock)
           
 boolean PassAllCommitLockFilter.needsLocking(CommitLock commitLock)
           
 boolean GenericCommitLockPolicy.tryAcquire(CommitLock lock, CommitLockFilter filter, Transaction lockOwner)
           
 boolean CommitLockPolicy.tryAcquire(CommitLock lock, CommitLockFilter filter, Transaction lockOwner)
          Tries to acquire the lock.
 boolean GenericCommitLockPolicy.tryAcquireAll(CommitLock[] locks, CommitLockFilter filter, Transaction lockOwner)
           
 boolean CommitLockPolicy.tryAcquireAll(CommitLock[] locks, CommitLockFilter filter, Transaction lockOwner)
          Tries to acquire all the locks that should be locked (so are allowed by the lock filter).
 

Method parameters in org.multiverse.utils.commitlock with type arguments of type CommitLock
 boolean GenericCommitLockPolicy.tryAcquireAll(java.util.Collection<CommitLock> locks, CommitLockFilter filter, Transaction lockOwner)
           
 boolean CommitLockPolicy.tryAcquireAll(java.util.Collection<CommitLock> locks, CommitLockFilter filter, Transaction lockOwner)
           
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.