Package org.camunda.bpm.engine.impl.cfg
Interface TransactionListener
-
- All Known Implementing Classes:
DeleteDeploymentFailListener
,DeploymentFailListener
,ExclusiveJobAddedNotification
,HistoryCleanupBatch
,HistoryCleanupHandler
,HistoryCleanupRemovalTime
,MessageAddedNotification
,RepeatingFailedJobListener
public interface TransactionListener
Implementations may not assume that this is executed by the same thread as the command itself. Especially thread locals such as those available inContext
should 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 void
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
void execute(CommandContext commandContext)
-
-