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

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

Uses of CommitLockFilter in org.multiverse.api.commitlock
 

Classes in org.multiverse.api.commitlock that implement CommitLockFilter
 class PassAllCommitLockFilter
          A CommitLockFilter that says that all locks need locking.
 

Methods in org.multiverse.api.commitlock with parameters of type CommitLockFilter
 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(java.util.Collection<CommitLock> locks, CommitLockFilter filter, Transaction lockOwner)
           
 boolean GenericCommitLockPolicy.tryAcquireAll(java.util.Collection<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).
 boolean GenericCommitLockPolicy.tryAcquireAll(CommitLock[] locks, CommitLockFilter filter, Transaction lockOwner)
           
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.