|
Interface Summary |
| ITransaction |
An ITransaction is the main work unit of a Transaction. |
| ITransactionCommand |
ICommand encapsulates an encapsulated unit of work within a transaction. |
| ITransactionGraph |
ITransactionGraph is a graph whose transactions are handled by a transaction queue. |
| ITransactionQueue |
The ITransactionQueue contains a queue of ITransactions. |
| ITransactionQueueHandler |
The ITransactionQueueListener gets events when operations occur on the ITransactionQueue. |
| ITransactionQueueListener |
The ITransactionQueueListener gets events when operations occur on the ITransactionQueue. |
| ITransactionQueueManager |
The ITransactionQueueManager extends the standard TransactionHandler by adding in a TransactionQueue that holds a queue of
transactions, as well as a flag to know if graph is currently in a transaction. |