|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.rasdiag.diagnosticProviderRegistration.TestInfo
public class TestInfo
The TestInfo
class stores SelfDiagnostic registry
information as a member class of SelfDiagnosticInfo
.
SelfDiagnosticInfo
,
DiagnosticProviderInfo
,
Serialized FormField 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 |
---|
public java.lang.String id
public java.lang.String descriptionKey
public AttributeInfo[] attributeInfo
AttributeInfo
Constructor Detail |
---|
public TestInfo()
public TestInfo(java.lang.String aId, java.lang.String aDescriptionKey, AttributeInfo[] attrInfo)
TestInfo
object and populates all member fields (helper method)
aId
- Key attribute of this class passed to the softwareaDescriptionKey
- Localization key for selfDiagnostic description on customer display
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |