Uses of Class
org.camunda.bpm.engine.impl.cfg.TransactionState

Packages that use TransactionState
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cfg.jta   
org.camunda.bpm.engine.impl.cfg.standalone   
 

Uses of TransactionState in org.camunda.bpm.engine.impl.cfg
 

Methods in org.camunda.bpm.engine.impl.cfg that return TransactionState
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
 void TransactionContext.addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)
          Add a TransactionListener 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
protected  TransactionState JtaTransactionContext.TransactionStateSynchronization.transactionState
           
 

Methods in org.camunda.bpm.engine.impl.cfg.jta with parameters of type TransactionState
 void JtaTransactionContext.addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)
           
 

Constructors in org.camunda.bpm.engine.impl.cfg.jta with parameters of type TransactionState
JtaTransactionContext.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
protected  Map<TransactionState,List<TransactionListener>> StandaloneTransactionContext.stateTransactionListeners
           
 

Methods in org.camunda.bpm.engine.impl.cfg.standalone with parameters of type TransactionState
 void StandaloneTransactionContext.addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)
           
protected  void StandaloneTransactionContext.fireTransactionEvent(TransactionState transactionState)
           
protected  void StandaloneTransactionContext.setLastTransactionState(TransactionState transactionState)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.