IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.rasdiag
Interface DiagnosticCollectionCallback


public interface DiagnosticCollectionCallback


Method Summary
 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.
 

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

IBM WebSphere Application ServerTM
Release 7