IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.rasdiag.diagnosticProviderRegistration
Class SelfDiagnosticInfo

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

public class SelfDiagnosticInfo
extends java.lang.Object
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
 TestInfo[] testInfo
          Array of TestInfo objects representing available self-Diagnostic tests which are runnable
 
Constructor Summary
SelfDiagnosticInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testInfo

public TestInfo[] testInfo
Array of TestInfo objects representing available self-Diagnostic tests which are runnable

See Also:
TestInfo
Constructor Detail

SelfDiagnosticInfo

public SelfDiagnosticInfo()

IBM WebSphere Application ServerTM
Release 7