com.ibm.wsspi.rasdiag

Interface DiagnosticCollectionCallback


  1. public interface DiagnosticCollectionCallback

Method Summary

Modifier and Type Method and Description
  1. 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

  1. void notifyStateCollectionSpecDelta( java.lang.String aDPName,
  2. java.lang.String[] aCollectionSpec,
  3. 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