com.ibm.websphere.ras
Interface TraceStateChangeListener
- public interface TraceStateChangeListener
TraceComponent
and will map that packages trace
types to the existing Tr types. JRas for example maps a Jras Logger to a
Trace component using a common name. Therefore JRas Loggers will show up in
the systems management GUI as trace objects that are indistinguishable from
normal Tr TraceComponents. When the user enables trace for a JRas logger, the
logger must be called back to translate the Tr trace enable event to the JRas
trace type and set the JRas loggers trace mask accordingly.
Method Summary
Modifier and Type | Method and Description |
---|---|
|
traceStateChanged()
Inform the object implementing this interface that the Tr trace state
managed by the TraceComponent object has changed
|
Method Detail
traceStateChanged
- void traceStateChanged()
Inform the object implementing this interface that the Tr trace state
managed by the TraceComponent object has changed