com.ibm.wsspi.rasdiag.diagnosticProviderRegistration

Class SelfDiagnosticInfo

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

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

Field Summary

Modifier and Type Field and Description
  1. TestInfo[]
testInfo
Array of TestInfo objects representing available self-Diagnostic tests which are runnable

Constructor Summary

Constructor and Description
SelfDiagnosticInfo()

Method Summary

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

Field Detail

testInfo

  1. public TestInfo[] testInfo
Array of TestInfo objects representing available self-Diagnostic tests which are runnable
See Also:

Constructor Detail

SelfDiagnosticInfo

  1. public SelfDiagnosticInfo()