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:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    INTERNAL: Called after transaction has committed by the object that owns it: Accessor in non-jta case, SynchronizationListener in jta case.
  • Method Details

    • 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.