com.ibm.wsspi.xct

Enum XCTLevel

  • java.lang.Object
    • java.lang.Enum<XCTLevel>
      • com.ibm.wsspi.xct.XCTLevel
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<XCTLevel>


    public enum XCTLevel
    extends java.lang.Enum<XCTLevel>
    This class is provided for WebSphere Application Server stack products and infrastructure extenders that want to use Cross Component Trace for product-specific correlation needs.

    For details on usage, please contact IBM support.

    • Enum Constant Detail

      • REQUESTID

        public static final XCTLevel REQUESTID
      • NO_METADATA

        public static final XCTLevel NO_METADATA
      • THREAD_HOPS

        public static final XCTLevel THREAD_HOPS
      • DATA_SNAPSHOT

        public static final XCTLevel DATA_SNAPSHOT
    • Method Detail

      • values

        public static XCTLevel[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (XCTLevel c : XCTLevel.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static XCTLevel valueOf(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getDisplayMessage

        public java.lang.String getDisplayMessage()
      • getIntValue

        public int getIntValue()
      • isMax

        public boolean isMax()
      • greaterThan

        public boolean greaterThan(XCTLevel xl)
      • lessThan

        public boolean lessThan(XCTLevel xl)
      • fastEquals

        public boolean fastEquals(XCTLevel xl)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Enum<XCTLevel>
      • getLevel

        public static XCTLevel getLevel(java.lang.String displayMsg)
      • getLevel

        public static XCTLevel getLevel(int il)
      • fromString

        public static XCTLevel fromString(java.lang.String str)
IBM WebSphere Application ServerTM
Release 8.5