Package | Description |
---|---|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.cfg.jta | |
org.camunda.bpm.engine.impl.cfg.standalone | |
org.camunda.bpm.engine.spring |
Modifier and Type | Method and Description |
---|---|
static TransactionState |
TransactionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionState[] |
TransactionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionContext.addTransactionListener(TransactionState transactionState,
TransactionListener transactionListener)
Add a
TransactionListener to the current transaction. |
Modifier and Type | Field and Description |
---|---|
protected TransactionState |
JtaTransactionContext.TransactionStateSynchronization.transactionState |
Modifier and Type | Method and Description |
---|---|
void |
JtaTransactionContext.addTransactionListener(TransactionState transactionState,
TransactionListener transactionListener) |
Constructor and Description |
---|
JtaTransactionContext.TransactionStateSynchronization(TransactionState transactionState,
TransactionListener transactionListener,
CommandContext commandContext) |
Modifier and Type | Field and Description |
---|---|
protected Map<TransactionState,List<TransactionListener>> |
StandaloneMybatisTransactionContext.stateTransactionListeners |
Modifier and Type | Method and Description |
---|---|
void |
StandaloneMybatisTransactionContext.addTransactionListener(TransactionState transactionState,
TransactionListener transactionListener) |
protected void |
StandaloneMybatisTransactionContext.fireTransactionEvent(TransactionState transactionState) |
protected void |
StandaloneMybatisTransactionContext.setLastTransactionState(TransactionState transactionState) |
Modifier and Type | Field and Description |
---|---|
protected TransactionState |
SpringTransactionContext.lastTransactionState |
Modifier and Type | Method and Description |
---|---|
void |
SpringTransactionContext.addTransactionListener(TransactionState transactionState,
TransactionListener transactionListener) |
Copyright © 2015. All rights reserved.