public interface DiagnosticCollectionCallback
Modifier and Type | Method and Description |
---|---|
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.
|
void notifyStateCollectionSpecDelta(java.lang.String aDPName, java.lang.String[] aCollectionSpec, boolean[] aCollectionBool)
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 ProvideraCollectionBool
- the associated boolean with the strings to identify whether they are on
or off