IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.rasdiag.diagnosticProviderRegistration
Class TestInfo

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

public class TestInfo
extends java.lang.Object
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
 AttributeInfo[] attributeInfo
          List of attributes that make up the State info
 java.lang.String descriptionKey
          MessageKey within a resourceBundle for localization of the key description for display to customers
 java.lang.String id
          Key attribute of the selfDiagnostic test used by the software
 
Constructor Summary
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

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


descriptionKey

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


attributeInfo

public AttributeInfo[] attributeInfo
List of attributes that make up the State info

See Also:
AttributeInfo
Constructor Detail

TestInfo

public TestInfo()

TestInfo

public TestInfo(java.lang.String aId,
                java.lang.String aDescriptionKey,
                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

IBM WebSphere Application ServerTM
Release 8