Class | Description |
---|---|
ProvidingTransactionRunnable<R,P extends R> |
A special type of TransactionRunnable which guarentees to provide state to the TransactionRunnables
which are run inside of it.
|
RootTransactionRunnable<T> |
A TransactionRunnable which cannot be run inside of another runnable.
|
StartableTransactionRunnable<T> |
A TransactionRunnable which is safe to start.
|
TransactionRunnable<T> |
A construct for altering storage in a safe way.
|
Exception | Description |
---|---|
TransactionException |
An exception made up of a group of exceptions.
|
Copyright © 2004–2021 XWiki. All rights reserved.