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 TransactionListenerAbstractTransactionContext.TransactionStateSynchronization. transactionListenerMethods in org.camunda.bpm.engine.impl.cfg.jta with parameters of type TransactionListener Modifier and Type Method Description voidAbstractTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)protected abstract voidAbstractTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext)protected voidJakartaTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext)protected voidJtaTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext)Constructors in org.camunda.bpm.engine.impl.cfg.jta with parameters of type TransactionListener Constructor Description JtaTransactionStateSynchronization(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext)JtaTransactionStateSynchronization(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext)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 Map<TransactionState,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
-