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 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.Methods in org.camunda.bpm.engine.impl.cfg with parameters of type TransactionState Modifier and Type Method Description void
TransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)
Add aTransactionListener
to the current transaction.void
TransactionLogger. exceptionWhileFiringEvent(TransactionState state, 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 TransactionState
JtaTransactionContext.TransactionStateSynchronization. transactionState
Methods in org.camunda.bpm.engine.impl.cfg.jta with parameters of type TransactionState Modifier and Type Method Description void
JtaTransactionContext. 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 Map<TransactionState,List<TransactionListener>>
StandaloneTransactionContext. stateTransactionListeners
Methods in org.camunda.bpm.engine.impl.cfg.standalone with parameters of type TransactionState Modifier and Type Method Description void
StandaloneTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)
protected void
StandaloneTransactionContext. fireTransactionEvent(TransactionState transactionState)
protected void
StandaloneTransactionContext. 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 TransactionState
SpringTransactionContext. lastTransactionState
Methods in org.camunda.bpm.engine.spring with parameters of type TransactionState Modifier and Type Method Description void
SpringTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)
-