Class AppendLogTransaction

All Implemented Interfaces:
Reapable

public class AppendLogTransaction extends TopLevelAction
Needs further consideration and then completion.
  • Constructor Details

    • AppendLogTransaction

      public AppendLogTransaction()
  • Method Details

    • setLoggedTransaction

      public final boolean setLoggedTransaction(AppendLogTransaction previous)
    • 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.
    • updateState

      protected void updateState()
      Overrides:
      updateState in class BasicAction