|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.rasdiag.diagnosticProviderRegistration.AttributeBeanInfo
public class AttributeBeanInfo
The AttributeBeanInfo
class stores configuration registry
information as a member class of DiagnosticProviderInfo
.
It contains an array of AttributeInfo
objects
AttributeInfo
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeBeanInfo(java.lang.Object aConfigBean, java.lang.Object aStateBean, java.lang.Object aTestBean, DiagnosticProviderInfo aDPInfo, java.lang.String aDPName)
Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |