Package org.multiverse.transactional.nonblocking

This package contains support for using non blocking transactions (comparable to non blocking io).

See:
          Description

Interface Summary
NonBlockingTask A non blocking task can be compared to a Runnable except: it works with a transaction it can be retried.
NonBlockingTransactionExecutor An NonBlockingTransactionExecutor can be compared to the Executor except that this executor executes non blocking tasks.
TransactionSelectionKey  
TransactionSelector<K extends TransactionSelectionKey> A TransactionSelector can be compared to the java.nio.channels.Selector.
 

Class Summary
DefaultTransactionSelector<K extends TransactionSelectionKey> The default TransactionSelector implementation.
NonBlockingTaskThreadPoolExecutor Waarom zou je meer transacties willen? Ivm blocking van transaction.
 

Package org.multiverse.transactional.nonblocking Description

This package contains support for using non blocking transactions (comparable to non blocking io). The main advantage is that you don't need a thread per blocking transaction.



Copyright © 2008-2010 Multiverse. All Rights Reserved.