Package org.camunda.bpm.engine.impl.cfg
Interface TransactionListener
-
- All Known Implementing Classes:
DeleteDeploymentFailListener,DeploymentFailListener,ExclusiveJobAddedNotification,HistoryCleanupBatch,HistoryCleanupHandler,HistoryCleanupRemovalTime,MessageAddedNotification,RepeatingFailedJobListener
public interface TransactionListenerImplementations may not assume that this is executed by the same thread as the command itself. Especially thread locals such as those available inContextshould not be accessed in an implementation of this interface. See CAM-3684 for details.- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
void execute(CommandContext commandContext)
-
-