Enum Class LRAStatus

java.lang.Object
java.lang.Enum<LRAStatus>
com.oracle.microtx.springboot.lra.annotation.LRAStatus
All Implemented Interfaces:
Serializable, Comparable<LRAStatus>, Constable

public enum LRAStatus extends Enum<LRAStatus>
  • Enum Constant Details

    • Active

      public static final LRAStatus Active
    • Cancelling

      public static final LRAStatus Cancelling
    • Cancelled

      public static final LRAStatus Cancelled
    • FailedToCancel

      public static final LRAStatus FailedToCancel
    • Closing

      public static final LRAStatus Closing
    • Closed

      public static final LRAStatus Closed
    • FailedToClose

      public static final LRAStatus FailedToClose
  • Method Details

    • values

      public static LRAStatus[] 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 LRAStatus 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