Class TMEvent

java.lang.Object
jdk.jfr.Event
org.jpos.jfr.TMEvent
Direct Known Subclasses:
TMEvent.Abort, TMEvent.Commit, TMEvent.Pause, TMEvent.Prepare, TMEvent.PrepareForAbort, TMEvent.Recover, TMEvent.Snapshot

public class TMEvent extends Event
Base Java Flight Recorder event for TransactionManager lifecycle notifications.
  • Field Details

    • name

      protected final String name
      Transaction or participant name associated with the event.
    • id

      protected final long id
      Transaction identifier associated with the event.
  • Constructor Details

    • TMEvent

      public TMEvent(String name, long id)
      Creates a transaction manager JFR event.
      Parameters:
      name - transaction or participant name
      id - transaction identifier