com.ibm.wsspi.rasdiag.diagnosticProviderRegistration

Class DiagnosticProviderInfo

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

  1. public class DiagnosticProviderInfo
  2. extends java.lang.Object
  3. implements java.io.Serializable
The DiagnosticProviderInfo class contains all of the registry information (config, state, and selfDiagnostic) for a DiagnosticProvider. The DiagnosticProviderHelper has a method to create this out of the xml, so it need not be constructed by the Diagnostic Provider.
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. ConfigInfo
configInfo
Configuration object containing attributes relevent to the configuration objects exposed
  1. java.lang.String
resourceBundleName
Name of resource Bundle used to localize message keys for the displays
  1. SelfDiagnosticInfo
selfDiagnosticInfo
SelfDiagnostic object containing TestInfo objects showing the tests available
  1. StateInfo
stateInfo
State object containing attributes relevent to the state information exposed

Constructor Summary

Constructor and Description
DiagnosticProviderInfo()
DiagnosticProviderInfo(java.lang.String aResourceBundleName)
constructs a DiagnosticProviderInfo class and prefills the resourceBundleName

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

resourceBundleName

  1. public java.lang.String resourceBundleName
Name of resource Bundle used to localize message keys for the displays

configInfo

  1. public ConfigInfo configInfo
Configuration object containing attributes relevent to the configuration objects exposed
See Also:

stateInfo

  1. public StateInfo stateInfo
State object containing attributes relevent to the state information exposed
See Also:

selfDiagnosticInfo

  1. public SelfDiagnosticInfo selfDiagnosticInfo
SelfDiagnostic object containing TestInfo objects showing the tests available
See Also:

Constructor Detail

DiagnosticProviderInfo

  1. public DiagnosticProviderInfo()

DiagnosticProviderInfo

  1. public DiagnosticProviderInfo(java.lang.String aResourceBundleName)
constructs a DiagnosticProviderInfo class and prefills the resourceBundleName
Parameters:
aResourceBundleName - name of ResourceBundle for localization of attribute/testinfo keys for display

Method Detail

toString

  1. public java.lang.String toString( )
Overrides:
toString in class java.lang.Object