Uses of Interface
org.camunda.bpm.engine.impl.cfg.TransactionListener
-
-
Uses of TransactionListener in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type TransactionListener Modifier and Type Method Description voidTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)Add aTransactionListenerto the current transaction. -
Uses of TransactionListener in org.camunda.bpm.engine.impl.cfg.jta
Fields in org.camunda.bpm.engine.impl.cfg.jta declared as TransactionListener Modifier and Type Field Description protected TransactionListenerJtaTransactionContext.TransactionStateSynchronization. transactionListenerMethods in org.camunda.bpm.engine.impl.cfg.jta with parameters of type TransactionListener Modifier and Type Method Description voidJtaTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)Constructors in org.camunda.bpm.engine.impl.cfg.jta with parameters of type TransactionListener Constructor Description TransactionStateSynchronization(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext) -
Uses of TransactionListener in org.camunda.bpm.engine.impl.cfg.standalone
Fields in org.camunda.bpm.engine.impl.cfg.standalone with type parameters of type TransactionListener 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 TransactionListener Modifier and Type Method Description voidStandaloneTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener) -
Uses of TransactionListener in org.camunda.bpm.engine.impl.jobexecutor
Classes in org.camunda.bpm.engine.impl.jobexecutor that implement TransactionListener Modifier and Type Class Description classExclusiveJobAddedNotificationclassMessageAddedNotificationclassRepeatingFailedJobListener -
Uses of TransactionListener in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Classes in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that implement TransactionListener Modifier and Type Class Description classHistoryCleanupBatchBatch of work for history cleanup.classHistoryCleanupHandlerclassHistoryCleanupRemovalTime -
Uses of TransactionListener in org.camunda.bpm.engine.impl.persistence.deploy
Classes in org.camunda.bpm.engine.impl.persistence.deploy that implement TransactionListener Modifier and Type Class Description classDeleteDeploymentFailListenerclassDeploymentFailListener -
Uses of TransactionListener in org.camunda.bpm.engine.spring
Methods in org.camunda.bpm.engine.spring with parameters of type TransactionListener Modifier and Type Method Description voidSpringTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)
-