Uses of Class
org.xwiki.store.TransactionException

  • Uses of TransactionException in org.xwiki.store

    Modifier and Type
    Method
    Description
    protected final void
    TransactionRunnable.commit()
    Commit this and all of the chained runnables.
    protected final void
    TransactionRunnable.complete()
    Run onComplete() on this and each of the chained runnables.
    protected final void
    TransactionRunnable.preRun()
    PreRun this and all of the chained runnables.
    protected final void
    TransactionRunnable.rollback()
    Rollback this and all of the chained runnables.
    protected final void
    TransactionRunnable.run()
    Run this and all of the chained runnables.
    void
    StartableTransactionRunnable.start()
    Start this TransactionRunnable and all that are chained to it.