public class AttributeBeanInfo
extends java.lang.Object
AttributeBeanInfo
class stores configuration registry
information as a member class of DiagnosticProviderInfo
.
It contains an array of AttributeInfo
objectsAttributeInfo
Constructor and Description |
---|
AttributeBeanInfo(java.lang.Object aConfigBean,
java.lang.Object aStateBean,
java.lang.Object aTestBean,
DiagnosticProviderInfo aDPInfo,
java.lang.String aDPName)
construct the object including finding attributes, methods, and binding to the AttributeInfo array
|
Modifier and Type | Method and Description |
---|---|
void |
populateMap(java.lang.String aAttributeId,
java.util.HashMap payLoad,
boolean aRegisteredOnly,
java.lang.String dumpType)
populate the payload for a DiagnosticEvent with the information available from the dataBean.
|
public AttributeBeanInfo(java.lang.Object aConfigBean, java.lang.Object aStateBean, java.lang.Object aTestBean, DiagnosticProviderInfo aDPInfo, java.lang.String aDPName)
public void populateMap(java.lang.String aAttributeId, java.util.HashMap payLoad, boolean aRegisteredOnly, java.lang.String dumpType)
payLoad
- HashMap containing the payload to go into the DiagnosticEventaAttributeId
- regular expression string to filter available attributes byaRegisteredOnly
- boolean to determine if all matching attributes should be returned, or just those that are registereddumpType
- config or state constant to know which type of dataBean this is