com.ibm.wsspi.rasdiag.diagnosticProviderRegistration
Class StateInfo
- java.lang.Object
com.ibm.wsspi.rasdiag.diagnosticProviderRegistration.StateInfo
All implemented interfaces:
java.io.Serializable
- public class StateInfo
- extends java.lang.Object
- implements java.io.Serializable
StateInfo class stores state registry
information as a member class of DiagnosticProviderInfo.
It contains an array of AttributeInfo objects
See Also:
Field Summary
| Modifier and Type | Field and Description |
|---|---|
attributeInfo
List of attributes that make up the State info
|
Constructor Summary
| Constructor and Description |
|---|
StateInfo()
|
Method Summary
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
attributeInfo
- public AttributeInfo[] attributeInfo
List of attributes that make up the State info
See Also:
Constructor Detail
StateInfo
- public StateInfo()