Class JmxLoggingJob
- java.lang.Object
-
- com.atlassian.confluence.impl.schedule.jobs.JmxLoggingJob
-
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
public class JmxLoggingJob extends Object implements 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 Constructor Description JmxLoggingJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.scheduler.JobRunnerResponse
runJob(com.atlassian.scheduler.JobRunnerRequest request)
-