com.ibm.events.emitter

Interface TransactionMode



  • public interface TransactionMode

    Constants used to specify whether to send an event to the event service in the same transaction as the caller or in a new transaction.

    Since:
    5.1.0
    Version:
    1.2 11/4/05
    See Also:
    Emitter
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int DEFAULT
      Indicates that events should be sent to the event service using the default TransactionMode defined for the emitter.
      static int NEW
      Indicates that events should be sent to the event service in a new transaction.
      static int SAME
      Indicates that events should be sent to the event service in the same transaction as the caller.
IBM Business Process ManagerTM
Release 8