Package | Description |
---|---|
org.activiti.engine.impl.cfg | |
org.activiti.engine.impl.cfg.jta | |
org.activiti.engine.impl.cfg.standalone |
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) |
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 |
---|
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,
boolean executeInNewContext)
Fires the event for the provided
TransactionState . |
Copyright © 2016 Alfresco. All rights reserved.