Interface SequencingCallback


  • public interface SequencingCallback

    Purpose: Define interface for sequencing callback.

    Description: Objects implementing this interface produced by SequencingCallbackFactory.

    Responsibilities:

    • Provides sequencing callback to be called after transaction.
    See Also:
    SequencingControl
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void afterCommit​(Accessor accessor)
      INTERNAL: Called after transaction has committed by the object that owns it: Accessor in non-jta case, SynchronizationListener in jta case.
    • Method Detail

      • afterCommit

        void afterCommit​(Accessor accessor)
        INTERNAL: Called after transaction has committed by the object that owns it: Accessor in non-jta case, SynchronizationListener in jta case. Should not be called after rollback.