com.ibm.wsspi.rasdiag.diagnosticProviderRegistration
Class ConfigInfo
- java.lang.Object
com.ibm.wsspi.rasdiag.diagnosticProviderRegistration.ConfigInfo
All implemented interfaces:
java.io.Serializable
- public class ConfigInfo
- extends java.lang.Object
- implements java.io.Serializable
ConfigInfo
class stores configuration 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 Configuration info
|
Constructor Summary
Constructor and Description |
---|
ConfigInfo()
|
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 Configuration info
See Also:
Constructor Detail
ConfigInfo
- public ConfigInfo()