|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.rasdiag.diagnosticProviderRegistration.DiagnosticProviderInfo
public class DiagnosticProviderInfo
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.
Field Summary | |
---|---|
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 Summary | |
---|---|
DiagnosticProviderInfo()
|
|
DiagnosticProviderInfo(java.lang.String aResourceBundleName)
constructs a DiagnosticProviderInfo class and prefills the resourceBundleName |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String resourceBundleName
public ConfigInfo configInfo
ConfigInfo
public StateInfo stateInfo
StateInfo
public SelfDiagnosticInfo selfDiagnosticInfo
TestInfo
objects showing the tests available
TestInfo
Constructor Detail |
---|
public DiagnosticProviderInfo()
public DiagnosticProviderInfo(java.lang.String aResourceBundleName)
DiagnosticProviderInfo
class and prefills the resourceBundleName
aResourceBundleName
- name of ResourceBundle for localization of attribute/testinfo keys for displayMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |