Uses of Class
org.camunda.bpm.engine.impl.cfg.TransactionState
-
Packages that use TransactionState 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 -
-
Uses of TransactionState in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg that return TransactionState Modifier and Type Method Description static TransactionStateTransactionState. valueOf(java.lang.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.Methods in org.camunda.bpm.engine.impl.cfg with parameters of type TransactionState Modifier and Type Method Description voidTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)Add aTransactionListenerto the current transaction.voidTransactionLogger. exceptionWhileFiringEvent(TransactionState state, java.lang.Throwable exception) -
Uses of TransactionState in org.camunda.bpm.engine.impl.cfg.jta
Fields in org.camunda.bpm.engine.impl.cfg.jta declared as TransactionState Modifier and Type Field Description protected TransactionStateJtaTransactionContext.TransactionStateSynchronization. transactionStateMethods in org.camunda.bpm.engine.impl.cfg.jta with parameters of type TransactionState Modifier and Type Method Description voidJtaTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)Constructors in org.camunda.bpm.engine.impl.cfg.jta with parameters of type TransactionState Constructor Description TransactionStateSynchronization(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext) -
Uses of TransactionState in org.camunda.bpm.engine.impl.cfg.standalone
Fields in org.camunda.bpm.engine.impl.cfg.standalone with type parameters of type TransactionState Modifier and Type Field Description protected java.util.Map<TransactionState,java.util.List<TransactionListener>>StandaloneTransactionContext. stateTransactionListenersMethods in org.camunda.bpm.engine.impl.cfg.standalone with parameters of type TransactionState Modifier and Type Method Description voidStandaloneTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)protected voidStandaloneTransactionContext. fireTransactionEvent(TransactionState transactionState)protected voidStandaloneTransactionContext. setLastTransactionState(TransactionState transactionState) -
Uses of TransactionState in org.camunda.bpm.engine.spring
Fields in org.camunda.bpm.engine.spring declared as TransactionState Modifier and Type Field Description protected TransactionStateSpringTransactionContext. lastTransactionStateMethods in org.camunda.bpm.engine.spring with parameters of type TransactionState Modifier and Type Method Description voidSpringTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)
-