|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.websphere.ras.TraceElementState
A TraceElementState object is an object whose contents contain a snapshot of the trace enable/disable state of an element for which trace can be enabled or disabled. The element is a named entity and is managed as an atomic unit by the WebSphere trace service. A WebSphere JRas RASTraceLogger a trace group or a WebSphere internal TraceComponent are examples of such elements.
Field Summary | |
---|---|
static int |
debugEnabled
An integer constant that can be used in a comparison check against the current value of a TraceElementStates mask to determine if Debug
tracing is enabled. |
static int |
entryExitEnabled
An integer constant that can be used in a comparison check against the current value of a TraceElementStates mask to determine if EntryExit
tracing is enabled. |
static int |
eventEnabled
An integer constant that can be used in a comparison check against the current value of a TraceElementStates mask to determine if Event
tracing is enabled. |
int |
mask
The mask whose contents capture the trace enable state for the trace entity identified by the name attribute. |
java.lang.String |
name
The name of the trace entity whose state is captured by this TraceElementState |
Constructor Summary | |
---|---|
TraceElementState(com.ibm.ejs.ras.TraceElement element)
Constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int eventEnabled
Event
tracing is enabled. If the results of "anding" this objects mask with this
constant is nonzero, then Event tracing is enabled.public static final int entryExitEnabled
EntryExit
tracing is enabled. If the results of "anding" this objects mask with this
constant is nonzero, then EntryExit tracing is enabled.public static final int debugEnabled
Debug
tracing is enabled. If the results of "anding" this objects mask with this
constant is nonzero, then Debug tracing is enabled.public java.lang.String name
public int mask
Constructor Detail |
public TraceElementState(com.ibm.ejs.ras.TraceElement element)
Usage of this constructor is reserved. It may only be called by the WebSphere Application Server ras component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |