IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.rasdiag.diagnosticProviderRegistration
Class DiagnosticProviderInfo

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

public class DiagnosticProviderInfo
extends java.lang.Object
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
 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

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:
ConfigInfo

stateInfo

public StateInfo stateInfo
State object containing attributes relevent to the state information exposed

See Also:
StateInfo

selfDiagnosticInfo

public SelfDiagnosticInfo selfDiagnosticInfo
SelfDiagnostic object containing TestInfo objects showing the tests available

See Also:
TestInfo
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

IBM WebSphere Application ServerTM
Release 8