com.ibm.wsspi.rasdiag
Interface DiagnosticCollectionCallback
- public interface DiagnosticCollectionCallback
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
notifyStateCollectionSpecDelta(java.lang.String aDPName,java.lang.String[] aCollectionSpec,boolean[] aCollectionBool)
receive notification that the StateCollectionSpec relative to this Diagnostic Provider has been modified.
|
Method Detail
notifyStateCollectionSpecDelta
- void notifyStateCollectionSpecDelta( java.lang.String aDPName,
- java.lang.String[] aCollectionSpec,
- boolean[] aCollectionBool)
receive notification that the StateCollectionSpec relative to this Diagnostic Provider has been modified.
Parameters:
aDPName - Name of the Diagnostic Provider. This is specified as some classes may be used
by multiple Diagnostic Providers (ie: Data Sources). aCollectionSpec - an array of strings representing AttributeID Regular Expressions which are
currently part of the StateCollectionSpec for this Diagnostic Provider aCollectionBool - the associated boolean with the strings to identify whether they are on
or off