IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.rasdiag.diagnosticProviderRegistration
Class StateInfo

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

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

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

See Also:
DiagnosticProviderInfo, AttributeInfo, Serialized Form

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

StateInfo

public StateInfo()

IBM WebSphere Application ServerTM
Release 8