|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RASIMaskChangeListener
RASIMaskChangeListener
defines the methods that must
be implemented to process changes that occur in the
RASILogger
and RASIHandler
message and trace masks.
Method Summary | |
---|---|
void |
maskValueChanged(RASMaskChangeEvent mc)
Deprecated. Indicates that the value of the handler's message or trace mask has changed. |
Method Detail |
---|
void maskValueChanged(RASMaskChangeEvent mc)
This method is intended to improve the performance of the
RASLogger.isLoggable
method. When
notified of a change in the value of a handler's mask, the logger can
update its internal data, which allows the logger to determine if a
RAS event will be logged.
mc
- A mask change event, indicating what has changed.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |