Class AsynchronousActionExecutionQueueImpl.CallbackTransactionListener

  • All Implemented Interfaces:
    org.alfresco.util.transaction.TransactionListener
    Enclosing class:
    AsynchronousActionExecutionQueueImpl

    public class AsynchronousActionExecutionQueueImpl.CallbackTransactionListener
    extends org.alfresco.util.transaction.TransactionListenerAdapter
    Transaction listener used to invoke callback policies
    • Constructor Summary

      Constructors 
      Constructor Description
      CallbackTransactionListener​(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterCommit()  
      • Methods inherited from class org.alfresco.util.transaction.TransactionListenerAdapter

        afterRollback, beforeCommit, beforeCompletion
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallbackTransactionListener

        public CallbackTransactionListener​(Action action,
                                           org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
        Constructor
        Parameters:
        action - action
        actionedUponNodeRef - actioned upon node reference
    • Method Detail

      • afterCommit

        public void afterCommit()
        Specified by:
        afterCommit in interface org.alfresco.util.transaction.TransactionListener
        Overrides:
        afterCommit in class org.alfresco.util.transaction.TransactionListenerAdapter
        See Also:
        TransactionListenerAdapter.afterCommit()