com.ibm.wsspi.rasdiag.diagnosticProviderRegistration
Class DiagnosticProviderInfo
- java.lang.Object
com.ibm.wsspi.rasdiag.diagnosticProviderRegistration.DiagnosticProviderInfo
All implemented interfaces:
java.io.Serializable
- public class DiagnosticProviderInfo
- extends java.lang.Object
- implements java.io.Serializable
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:
Field Summary
Modifier and Type | Field and Description |
---|---|
configInfo
Configuration object containing attributes relevent to the configuration objects exposed
|
|
|
resourceBundleName
Name of resource Bundle used to localize message keys for the displays
|
selfDiagnosticInfo
SelfDiagnostic object containing
TestInfo objects showing the tests available
|
|
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 |
---|---|
|
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail
resourceBundleName
- public java.lang.String resourceBundleName
Name of resource Bundle used to localize message keys for the displays
configInfo
- public ConfigInfo configInfo
Configuration object containing attributes relevent to the configuration objects exposed
See Also:
stateInfo
- public StateInfo stateInfo
State object containing attributes relevent to the state information exposed
See Also:
selfDiagnosticInfo
- public SelfDiagnosticInfo selfDiagnosticInfo
SelfDiagnostic object containing
TestInfo
objects showing the tests available
See Also:
Constructor Detail
DiagnosticProviderInfo
- public DiagnosticProviderInfo()
DiagnosticProviderInfo
- 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
- public java.lang.String toString( )
Overrides:
toString
in class java.lang.Object