IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.rasdiag.diagnosticProviderRegistration
Class ConfigInfo

java.lang.Object
  extended by com.ibm.wsspi.rasdiag.diagnosticProviderRegistration.ConfigInfo
All Implemented Interfaces:
java.io.Serializable

public class ConfigInfo
extends java.lang.Object
implements java.io.Serializable

The ConfigInfo class stores configuration registry information as a member class of DiagnosticProviderInfo. It contains an array of AttributeInfo objects

See Also:
AttributeInfo, Serialized Form

Field Summary
 AttributeInfo[] attributeInfo
          List of attributes that make up the Configuration info
 
Constructor Summary
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:
AttributeInfo
Constructor Detail

ConfigInfo

public ConfigInfo()

IBM WebSphere Application ServerTM
Release 8