WebSphere:*,type=DiagnosticProvider
MBean DiagnosticProvider
DiagnosticProvider portion of Mbean for inclusion into MBeans implementing this interface
Attribute Summary | |
java.lang.String | diagnosticProviderName DiagnosticProviderName (not dependent on runtime, but subset of ObjectName |
Operation Summary | |
java.lang.String | getDiagnosticProviderId() Get the DiagnosticProvider ID |
com.ibm.wsspi.rasdiag.diagnosticProviderRegistration.DiagnosticProviderInfo | getRegisteredDiagnostics() Return the registry information based on type (config/state/selfDiag). |
com.ibm.wsspi.rasdiag.DiagnosticEvent[] | configDump( Dump the configuration information associated with managed resource. |
com.ibm.wsspi.rasdiag.DiagnosticEvent[] | stateDump( Dump state information for the managed resource. |
com.ibm.wsspi.rasdiag.DiagnosticEvent[] | selfDiagnostic( Perform diagnostics on the managed resource driven by current diagnostic mode setting. |
java.lang.String[] | localize( localize messages for console display |
Attribute Detail |
public java.lang.String diagnosticProviderName
Operation Detail |
public java.lang.String getDiagnosticProviderId()
public com.ibm.wsspi.rasdiag.diagnosticProviderRegistration.DiagnosticProviderInfo getRegisteredDiagnostics()
public com.ibm.wsspi.rasdiag.DiagnosticEvent[] configDump(java.lang.String attributeId,
boolean registeredOnly
)
attributeId
-
Attribute ID to useregisteredOnly
-
Report on just registered info, or all info
public com.ibm.wsspi.rasdiag.DiagnosticEvent[] stateDump(java.lang.String attributeId,
boolean registeredOnly
)
attributeId
-
Attribute ID to useregisteredOnly
-
Report on just registered info, or all info
public com.ibm.wsspi.rasdiag.DiagnosticEvent[] selfDiagnostic(java.lang.String testId,
boolean registeredOnly
)
testId
-
Test ID to useregisteredOnly
-
Report on just registered info, or all info
public java.lang.String[] localize(java.lang.String[] msgKeys,
java.util.Locale locale
)
msgKeys
-
Message Keyslocale
-
Locale to use for output