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 |
DiagnosticProviderInfo | getRegisteredDiagnostics() Return the registry information based on type (config/state/selfDiag). |
DiagnosticEvent[] | configDump( Dump the configuration information associated with managed resource. |
DiagnosticEvent[] | stateDump( Dump state information for the managed resource. |
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
DiagnosticProviderName (not dependent on runtime, but subset of ObjectName
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Operation Detail |
---|
public java.lang.String getDiagnosticProviderId()
Get the DiagnosticProvider ID
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public DiagnosticProviderInfo getRegisteredDiagnostics()
Return the registry information based on type (config/state/selfDiag).
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public DiagnosticEvent[] configDump(
java.lang.String attributeId,
boolean registeredOnly
)
Dump the configuration information associated with managed resource.
attributeId
-
Attribute ID to use registeredOnly
-
Report on just registered info, or all info
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public DiagnosticEvent[] stateDump(
java.lang.String attributeId,
boolean registeredOnly
)
Dump state information for the managed resource.
attributeId
-
Attribute ID to use registeredOnly
-
Report on just registered info, or all info
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public DiagnosticEvent[] selfDiagnostic(
java.lang.String testId,
boolean registeredOnly
)
Perform diagnostics on the managed resource driven by current diagnostic mode setting.
testId
-
Test ID to use registeredOnly
-
Report on just registered info, or all info
administrator
operator
public java.lang.String[] localize(
java.lang.String[] msgKeys,
java.util.Locale locale
)
localize messages for console display
msgKeys
-
Message Keys locale
-
Locale to use for output
administrator
operator
configurator
monitor
deployer
adminsecuritymanager