Uses of Interface
org.camunda.bpm.engine.impl.cfg.TransactionListener
Packages that use TransactionListener
Package
Description
-
Uses of TransactionListener in org.camunda.bpm.engine.impl.batch.removaltime
Classes in org.camunda.bpm.engine.impl.batch.removaltime that implement TransactionListenerMethods in org.camunda.bpm.engine.impl.batch.removaltime that return TransactionListenerModifier and TypeMethodDescriptionprotected TransactionListenerProcessSetRemovalTimeJobHandler.createTransactionHandler(SetRemovalTimeBatchConfiguration configuration, Map<Class<? extends DbEntity>, DbOperation> operations, Integer chunkSize, MessageEntity currentJob, CommandExecutor newCommandExecutor) -
Uses of TransactionListener in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type TransactionListenerModifier and TypeMethodDescriptionvoidTransactionContext.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 TransactionListenerModifier and TypeFieldDescriptionprotected final TransactionListenerAbstractTransactionContext.TransactionStateSynchronization.transactionListenerMethods in org.camunda.bpm.engine.impl.cfg.jta with parameters of type TransactionListenerModifier and TypeMethodDescriptionvoidAbstractTransactionContext.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 TransactionListenerModifierConstructorDescriptionJtaTransactionStateSynchronization(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 TransactionListenerModifier and TypeFieldDescriptionprotected Map<TransactionState,List<TransactionListener>> StandaloneTransactionContext.stateTransactionListenersMethods in org.camunda.bpm.engine.impl.cfg.standalone with parameters of type TransactionListenerModifier and TypeMethodDescriptionvoidStandaloneTransactionContext.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 TransactionListenerModifier and TypeClassDescriptionclassclassclass -
Uses of TransactionListener in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Classes in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that implement TransactionListenerModifier and TypeClassDescriptionclassBatch of work for history cleanup.classclass -
Uses of TransactionListener in org.camunda.bpm.engine.impl.persistence.deploy
Classes in org.camunda.bpm.engine.impl.persistence.deploy that implement TransactionListener