Interface | Description |
---|---|
CacheStatisticsMXBean |
Declares JMX attributes for exposing application cache statistics.
|
MBeanExporterWithUnregister |
This interface has been created to allow us to perform additional necessary operations that are not provided
via Spring's JMX support classes.
|
Class | Description |
---|---|
CurrentTimeFacade |
Allows unit tests for system time dependant functions.
|
JmxIndexManagerWrapper |
Wrapper to expose statistics for
ConfluenceIndexManager . |
JmxScheduledTaskWrapper |
Wraps our scheduled tasks to provide
which jobs are currently running
All jobs configured, with their last execution time
|
JmxSMTPMailServer |
Wraps the
SMTPMailServerImpl to provide metrics for
The number of emails sent in total
The number of emails succesfully delivered
The time the last successful email was sent
Connectivity without sending a test email
Also allows the from name of emails to be set. |
JmxSystemInfoWrapper |
Delegated to
SystemInformationService to provide a subset
of the information provided on the ViewSystemInfo page. |
JmxUtil |
Exposes various utility methods to simplify the process of registering / ungregistering MBeans.
|
JxmCacheStatisticsWrapper |
A JMX MXBean implementation that makes available the application cache statistics.
|
MBeanExporterWithUnregisterImpl |
Extends Spring's MBeanExporter to provide server state checks around any JMX registration changes.
|
RequestMetrics |
Bean intended to be exposed via JMX to represent various system health metrics.
|
TaskQueueWrapper |
Wraps
AbstractErrorQueuedTaskQueue to expose its more interesting statistics via JMX. |
Copyright © 2003–2016 Atlassian. All rights reserved.