Package com.iizix.txp

Enum Class ITXPPolicy.Action

java.lang.Object
java.lang.Enum<ITXPPolicy.Action>
com.iizix.txp.ITXPPolicy.Action
All Implemented Interfaces:
Serializable, Comparable<ITXPPolicy.Action>, Constable
Enclosing interface:
ITXPPolicy

public static enum ITXPPolicy.Action extends Enum<ITXPPolicy.Action>
Generic policy action that should be interpreted by the coordinator in a certain context.
Author:
Freggle
  • Enum Constant Details

    • SET_ROLLBACK

      public static final ITXPPolicy.Action SET_ROLLBACK
      set the process state to ROLLBACK
    • DISASSOCIATE_NODE

      public static final ITXPPolicy.Action DISASSOCIATE_NODE
      disassociate the node
    • ROLLBACK_REST

      public static final ITXPPolicy.Action ROLLBACK_REST
      roll back the remaining nodes
    • CONTINUE

      public static final ITXPPolicy.Action CONTINUE
      continue (but note the problem!)
    • SET_TIMED_OUT

      public static final ITXPPolicy.Action SET_TIMED_OUT
      set the process state to TIMED_OUT
    • IGNORE

      public static final ITXPPolicy.Action IGNORE
      ignore
  • Method Details

    • values

      public static ITXPPolicy.Action[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ITXPPolicy.Action valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()