Interface WorksMonitoringMBean

All Known Implementing Classes:
WorksMonitoring

public interface WorksMonitoringMBean
Manage works from the JMX console
Since:
5.8
Author:
Stephane Lacoin at Nuxeo (aka matic)
  • Method Details

    • isProcessing

      boolean isProcessing()
      Is at least one queue is processing works ?
      Since:
      8.3
    • toggleProcessing

      boolean toggleProcessing()
      Toggles processing on all queues
      Since:
      8.3
    • toggleScheduleStackCapture

      boolean toggleScheduleStackCapture()
      Enable/disable work schedule stack capture
    • isScheduleStackCapture

      boolean isScheduleStackCapture()
      is work schedule stack capture enabled ?