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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isJmxEnabledOnCluster()
Checks if JMX is enabled across the cluster.
-