Package com.atlassian.confluence.jmx
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 SummaryModifier and TypeMethodDescriptionbooleanChecks if JMX is enabled across the cluster.
- 
Method Details- 
isJmxEnabledOnClusterboolean isJmxEnabledOnCluster()Checks if JMX is enabled across the cluster.- Returns:
- true if JMX is enabled on the cluster, false otherwise
 
 
-