com.ibm.wsspi.xct
Class XctSettings
- java.lang.Object
com.ibm.wsspi.xct.XctSettings
- public abstract class XctSettings
- extends java.lang.Object
For details on usage, please contact IBM support.
Nested Class Summary
Modifier and Type | Class and Description |
---|---|
|
XctSettings.XctIsEnabledListener
This interface is provided for WebSphere Application Server stack products and
infrastructure extenders that want to use Cross Component Trace for
product-specific correlation needs.
|
Constructor Summary
Constructor and Description |
---|
XctSettings()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getFilterPathKeys()
|
|
getFilterPathKeys(java.lang.String... filterPath)
|
|
getInstance()
|
|
getXctLevel()
|
|
getXctLevel(java.lang.String... filterPath)
|
|
isAnyEnabled()
|
|
maxLevel(XCTLevel initial,boolean includeRoot,java.lang.String... filterPath)
|
|
maxLevel(XCTLevel initial,java.lang.String... filterPath)
|
|
setAnyEnabled(boolean b)
|
|
setXctLevel(XCTLevel level)
|
|
setXctLevel(XCTLevel level,java.lang.String... filterPath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
XctSettings
- public XctSettings()
Method Detail
getInstance
- public static XctSettings getInstance( )
isAnyEnabled
- public static boolean isAnyEnabled( )
setAnyEnabled
- public static void setAnyEnabled( boolean b)
getXctLevel
- public static XCTLevel getXctLevel( )
getXctLevel
- public static XCTLevel getXctLevel( java.lang.String... filterPath)
setXctLevel
- public static void setXctLevel( XCTLevel level)
setXctLevel
- public static void setXctLevel( XCTLevel level,
- java.lang.String... filterPath)
maxLevel
maxLevel
- public abstract XCTLevel maxLevel( XCTLevel initial,
- boolean includeRoot,
- java.lang.String... filterPath)
getFilterPathKeys
- public abstract java.lang.String[] getFilterPathKeys( java.lang.String... filterPath)
getFilterPathKeys
- public abstract java.lang.String[] getFilterPathKeys( )