Interface JmxConfigService

All Known Implementing Classes:
ConfluenceJmxConfigService

public interface JmxConfigService
This interface provides methods to handle the configuration of JMX across the cluster. Implementations of this interface should take care of specific mechanisms to determine JMX configurations and states.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if JMX is enabled across the cluster.
  • Method Details

    • isJmxEnabledOnCluster

      boolean isJmxEnabledOnCluster()
      Checks if JMX is enabled across the cluster.
      Returns:
      true if JMX is enabled on the cluster, false otherwise