Modifier and Type | Method and Description |
---|---|
protected void |
TransactionRunnable.commit()
Commit this and all of the chained runnables.
|
protected void |
TransactionRunnable.complete()
Run onComplete() on this and each of the chained runnables.
|
protected void |
TransactionRunnable.preRun()
PreRun this and all of the chained runnables.
|
protected void |
TransactionRunnable.rollback()
Rollback this and all of the chained runnables.
|
protected void |
TransactionRunnable.run()
Run this and all of the chained runnables.
|
void |
StartableTransactionRunnable.start()
Start this TransactionRunnable and all that are chained to it.
|
Copyright © 2004–2021 XWiki. All rights reserved.