Interface TransactionListener

All Known Implementing Classes:
DeleteDeploymentFailListener, DeploymentFailListener, ExclusiveJobAddedNotification, HistoryCleanupBatch, HistoryCleanupHandler, HistoryCleanupRemovalTime, MessageAddedNotification, ProcessSetRemovalTimeResultHandler, 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 in Context should not be accessed in an implementation of this interface. See CAM-3684 for details.
Author:
Tom Baeyens
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(CommandContext commandContext)
     
  • Method Details