Class RecoverConnectableAtomicAction

All Implemented Interfaces:
Reapable

public class RecoverConnectableAtomicAction extends AtomicAction
  • Field Details

    • ATOMIC_ACTION_TYPE

      public static final String ATOMIC_ACTION_TYPE
    • CONNECTABLE_ATOMIC_ACTION_TYPE

      public static final String CONNECTABLE_ATOMIC_ACTION_TYPE
  • Constructor Details

  • Method Details

    • type

      public String type()
      Description copied from class: AtomicAction
      The type of the class is used to locate the state of the transaction log in the object store. Overloads BasicAction.type()
      Overrides:
      type in class AtomicAction
      Returns:
      a string representation of the hierarchy of the class for storing logs in the transaction object store.
    • containsIncompleteCommitMarkableResourceRecord

      public boolean containsIncompleteCommitMarkableResourceRecord()
    • getCommitMarkableResourceJndiName

      public String getCommitMarkableResourceJndiName()
    • getXid

      public Xid getXid()
    • updateCommitMarkableResourceRecord

      public void updateCommitMarkableResourceRecord(boolean committed)
    • wasConfirmedCommitted

      public boolean wasConfirmedCommitted()