Package org.multiverse.commitbarriers

Contains structures for 2 phase commit functionality.

See:
          Description

Class Summary
CommitBarrier A CommitBarrier is a blocking structure like the CyclicBarrier but tailored to work with transactions.
CountDownCommitBarrier A synchronization aid that allows a set of threads and transaction to all wait for each other to reach a common barrier point; once this barrier is opened, all transaction atomically commit.
VetoCommitBarrier The VetoCommitBarrier is a synchronization primitive that makes it possible to execute a 2 phase commit; so all transaction within a VetoCommitBarrier commit, or they all abort.
 

Exception Summary
CommitBarrierOpenException An IllegalStateException that indicates that an operation was executed on the CommitBarrier while it already
 

Package org.multiverse.commitbarriers Description

Contains structures for 2 phase commit functionality.



Copyright © 2008-2010 Multiverse. All Rights Reserved.