|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||