Class JmxAppLoggingJob
- java.lang.Object
-
- com.atlassian.confluence.schedule.jobs.JmxAppLoggingJob
-
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
@Deprecated(since="8.8.0", forRemoval=true) public class JmxAppLoggingJob extends Object implements com.atlassian.scheduler.JobRunner
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0. Will be removed in 9.0This job runs every minute and logs app-related JMX data to atlassian-confluence-app-monitoring.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.17
-
-
Constructor Summary
Constructors Constructor Description JmxAppLoggingJob()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @Nullable com.atlassian.scheduler.JobRunnerResponse
runJob(com.atlassian.scheduler.JobRunnerRequest request)
Deprecated, for removal: This API element is subject to removal in a future version.
-