com.ibm.wsspi.rasdiag.diagnosticProviderRegistration

Class TestInfo

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

  1. public class TestInfo
  2. extends java.lang.Object
  3. implements java.io.Serializable
The TestInfo class stores SelfDiagnostic registry information as a member class of SelfDiagnosticInfo.
See Also:
SelfDiagnosticInfo, DiagnosticProviderInfo, Serialized Form

Field Summary

Modifier and Type Field and Description
  1. AttributeInfo[]
attributeInfo
List of attributes that make up the State info
  1. java.lang.String
descriptionKey
MessageKey within a resourceBundle for localization of the key description for display to customers
  1. java.lang.String
id
Key attribute of the selfDiagnostic test used by the software

Constructor Summary

Constructor and Description
TestInfo()
TestInfo(java.lang.String aId,java.lang.String aDescriptionKey,AttributeInfo[] attrInfo)
constructs a TestInfo object and populates all member fields (helper method)

Method Summary

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

id

  1. public java.lang.String id
Key attribute of the selfDiagnostic test used by the software

descriptionKey

  1. public java.lang.String descriptionKey
MessageKey within a resourceBundle for localization of the key description for display to customers

attributeInfo

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

Constructor Detail

TestInfo

  1. public TestInfo()

TestInfo

  1. public TestInfo(java.lang.String aId,
  2. java.lang.String aDescriptionKey,
  3. AttributeInfo[] attrInfo)
constructs a TestInfo object and populates all member fields (helper method)
Parameters:
aId - Key attribute of this class passed to the software
aDescriptionKey - Localization key for selfDiagnostic description on customer display