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

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

Uses of CommitLock in org.multiverse.api.commitlock
 

Methods in org.multiverse.api.commitlock with parameters of type CommitLock
 boolean PassAllCommitLockFilter.needsLocking(CommitLock commitLock)
           
 boolean CommitLockFilter.needsLocking(CommitLock commitLock)
           
 boolean CommitLockPolicy.tryAcquire(CommitLock lock, CommitLockFilter filter, Transaction lockOwner)
          Tries to acquire the lock.
 boolean GenericCommitLockPolicy.tryAcquire(CommitLock lock, 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).
 boolean GenericCommitLockPolicy.tryAcquireAll(CommitLock[] locks, CommitLockFilter filter, Transaction lockOwner)
           
 

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



Copyright © 2008-2010 Multiverse. All Rights Reserved.