Class ActionManager

java.lang.Object
com.arjuna.ats.arjuna.coordinator.ActionManager

public class ActionManager extends Object
  • Method Details

    • manager

      public static final ActionManager manager()
    • put

      public void put(BasicAction act)
    • get

      public BasicAction get(Uid id)
    • getTimeAdded

      @Deprecated public long getTimeAdded(Uid id)
      Deprecated.
      this method no longer serves any useful purpose and will be removed in a future release
      Parameters:
      id - the uid of the action for which the time when it was added is required
      Returns:
      the time that the action was begun
    • remove

      public void remove(Uid id)
    • getNumberOfInflightTransactions

      public int getNumberOfInflightTransactions()