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 Detail

      • isJmxEnabledOnCluster

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