Class 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 Detail

      • JmxLoggingJob

        public JmxLoggingJob()
    • Method Detail

      • runJob

        @Nullable
        public com.atlassian.scheduler.JobRunnerResponse runJob​(com.atlassian.scheduler.JobRunnerRequest request)
        Specified by:
        runJob in interface com.atlassian.scheduler.JobRunner