Class TransactionNotification

All Implemented Interfaces:
Serializable

public class TransactionNotification extends MQNotification
Class containing information on transaction notifications.

The MQ specific fields in this notification is TBD.

See Also:
  • Field Details

    • TRANSACTION_COMMIT

      public static final String TRANSACTION_COMMIT
      A transaction was committed.
      See Also:
    • TRANSACTION_PREPARE

      public static final String TRANSACTION_PREPARE
      A transaction has entered the prepared state.
      See Also:
    • TRANSACTION_ROLLBACK

      public static final String TRANSACTION_ROLLBACK
      A transaction was rolled back.
      See Also:
  • Constructor Details

    • TransactionNotification

      public TransactionNotification(String type, Object source, long sequenceNumber)
      Creates a TransactionNotification object.
      Parameters:
      type - The notification type.
      source - The notification source.
      sequenceNumber - The notification sequence number within the source object.