| Interface | Description |
|---|---|
| RequestLocalTransactionRunnableQueueFactory |
A factory that creates Txn runnable queues per request thread, which mirrors
the way Txn's are tracked per request thread.
|
| RunnablesQueue |
A queue of runnables that can be offered and then publishes them in a FIFO manner in Txn commit
|
| Transaction |
This represents the state of a running transaction that can be comitted or rolled back
|
| TransactionSupport |
Represents the ability to peform a database transaction in JIRA.
|
| Class | Description |
|---|---|
| BootstrapRequestLocalTransactionRunnableQueryFactory |
Factory for JIRA setup container phase.
|
| BootstrapRunnablesQueue |
Queue for JIRA setup container phase.
|
| RequestLocalTransactionRunnableQueueFactoryImpl | |
| TransactionSupportImpl | |
| Txn |
A static version of
TransactionSupport that calls statically to PICO to get the implementation needed. |
| Exception | Description |
|---|---|
| TransactionRuntimeException |
This runtime exception is thrown by the Transaction handling code.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.