Enum Class XtnStatus

java.lang.Object
java.lang.Enum<XtnStatus>
com.j_spaces.core.XtnStatus
All Implemented Interfaces:
Serializable, Comparable<XtnStatus>, java.lang.constant.Constable

public enum XtnStatus extends Enum<XtnStatus>
A Constants class for status of a transaction in the transactions table.
  • Enum Constant Details

    • UNINITIALIZED

      public static final XtnStatus UNINITIALIZED
    • UNINITIALIZED_FAILED

      public static final XtnStatus UNINITIALIZED_FAILED
    • BEGUN

      public static final XtnStatus BEGUN
    • PREPARING

      public static final XtnStatus PREPARING
    • PREPARED

      public static final XtnStatus PREPARED
    • COMMITING

      public static final XtnStatus COMMITING
    • COMMITED

      public static final XtnStatus COMMITED
    • ROLLING

      public static final XtnStatus ROLLING
    • ROLLED

      public static final XtnStatus ROLLED
    • ERROR

      public static final XtnStatus ERROR
    • UNUSED

      public static final XtnStatus UNUSED
  • Method Details

    • values

      public static XtnStatus[] 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 XtnStatus 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
    • isFinalizing

      public boolean isFinalizing()