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.| Modifier and Type | Field and Description |
|---|---|
ConfigInfo |
configInfo
Configuration object containing attributes relevent to the configuration objects exposed
|
java.lang.String |
resourceBundleName
Name of resource Bundle used to localize message keys for the displays
|
SelfDiagnosticInfo |
selfDiagnosticInfo
SelfDiagnostic object containing
TestInfo objects showing the tests available |
StateInfo |
stateInfo
State object containing attributes relevent to the state information exposed
|
| Constructor and Description |
|---|
DiagnosticProviderInfo() |
DiagnosticProviderInfo(java.lang.String aResourceBundleName)
constructs a
DiagnosticProviderInfo class and prefills the resourceBundleName |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public java.lang.String resourceBundleName
public ConfigInfo configInfo
ConfigInfopublic StateInfo stateInfo
StateInfopublic SelfDiagnosticInfo selfDiagnosticInfo
TestInfo objects showing the tests availableTestInfopublic DiagnosticProviderInfo()
public DiagnosticProviderInfo(java.lang.String aResourceBundleName)
DiagnosticProviderInfo class and prefills the resourceBundleNameaResourceBundleName - name of ResourceBundle for localization of attribute/testinfo keys for display