Class JmxLoggingJob
java.lang.Object
com.atlassian.confluence.impl.schedule.jobs.JmxLoggingJob
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
This job runs every minute and logs JMX data to atlassian-confluence-jmx.log file under the home directory.
The job is enabled by default. The system administrator can disable it via the Scheduled Jobs administration page.
- Since:
- 7.12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable com.atlassian.scheduler.JobRunnerResponse
runJob
(com.atlassian.scheduler.JobRunnerRequest request)
-
Constructor Details
-
JmxLoggingJob
public JmxLoggingJob()
-
-
Method Details
-
runJob
public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request) - Specified by:
runJob
in interfacecom.atlassian.scheduler.JobRunner
-