T
- see: TransactionRunnable
public class StartableTransactionRunnable<T> extends ProvidingTransactionRunnable<T,T>
Constructor and Description |
---|
StartableTransactionRunnable() |
Modifier and Type | Method and Description |
---|---|
void |
start()
Start this TransactionRunnable and all that are chained to it.
|
asProvider, getProvidedContext
commit, complete, getContext, onCommit, onComplete, onPreRun, onRollback, onRun, preRun, rollback, run, runIn
public void start() throws TransactionException
TransactionException
- if something goes wrong while pre running, running, committing,
rolling back or completeing this or any of the chained runnables.IllegalStateException
- if the same runnable is started more than once.Copyright © 2004–2021 XWiki. All rights reserved.