Package org.multiverse.api.commitlock

This package contains support for locking transactional datastructures when a transaction does a commit.

See:
          Description

Interface Summary
CommitLock The CommitLock should never by acquired directly, but always through the CommitLockPolicy.
CommitLockFilter  
CommitLockPolicy A policy responsible for acquiring the lock of a set of CommitLocks.
 

Class Summary
GenericCommitLockPolicy An CommitLockPolicy that spins when it can't acquire a lock.
PassAllCommitLockFilter A CommitLockFilter that says that all locks need locking.
 

Package org.multiverse.api.commitlock Description

This package contains support for locking transactional datastructures when a transaction does a commit.



Copyright © 2008-2010 Multiverse. All Rights Reserved.