Uses of Class
org.apache.activemq.artemis.core.config.JMXConnectorConfiguration
-
Packages that use JMXConnectorConfiguration Package Description org.apache.activemq.artemis.core.server.management -
-
Uses of JMXConnectorConfiguration in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management that return JMXConnectorConfiguration Modifier and Type Method Description JMXConnectorConfigurationManagementContext. getJmxConnectorConfiguration()Methods in org.apache.activemq.artemis.core.server.management with parameters of type JMXConnectorConfiguration Modifier and Type Method Description voidManagementContext. setJmxConnectorConfiguration(JMXConnectorConfiguration jmxConnectorConfiguration)Constructors in org.apache.activemq.artemis.core.server.management with parameters of type JMXConnectorConfiguration Constructor Description ManagementConnector(JMXConnectorConfiguration configuration, ActiveMQSecurityManager securityManager)
-