com.ibm.wsspi.rasdiag.diagnosticProviderRegistration
Class TestInfo
- java.lang.Object
com.ibm.wsspi.rasdiag.diagnosticProviderRegistration.TestInfo
All implemented interfaces:
java.io.Serializable
- public class TestInfo
- extends java.lang.Object
- implements java.io.Serializable
TestInfo
class stores SelfDiagnostic registry
information as a member class of SelfDiagnosticInfo
.
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
attributeInfo
List of attributes that make up the State info
|
|
|
descriptionKey
MessageKey within a resourceBundle for localization of the key description for display to customers
|
|
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
- 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:
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