Enum Class Log4jContext

java.lang.Object
java.lang.Enum<Log4jContext>
me.ehp246.aufjms.api.spi.Log4jContext
All Implemented Interfaces:
Serializable, Comparable<Log4jContext>, Constable

public enum Log4jContext extends Enum<Log4jContext>
Author:
Lei Yang
  • Enum Constant Details

    • AufJmsDestination

      public static final Log4jContext AufJmsDestination
    • AufJmsCorrelationId

      public static final Log4jContext AufJmsCorrelationId
    • AufJmsType

      public static final Log4jContext AufJmsType
  • Method Details

    • values

      public static Log4jContext[] 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 Log4jContext 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
    • set

      public static void set(JmsMsg msg)
    • clear

      public static void clear()