com.ibm.wsspi.rasdiag.diagnosticProviderRegistration

Class StateInfo

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.rasdiag.diagnosticProviderRegistration.StateInfo
All implemented interfaces:
java.io.Serializable

  1. public class StateInfo
  2. extends java.lang.Object
  3. 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

Modifier and Type Field and Description
  1. AttributeInfo[]
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

  1. public AttributeInfo[] attributeInfo
List of attributes that make up the State info
See Also:

Constructor Detail

StateInfo

  1. public StateInfo()