Uses of Class
org.apache.activemq.artemis.api.core.management.ActiveMQManagementProxy
-
Packages that use ActiveMQManagementProxy Package Description org.apache.activemq.artemis.cli.commands.check -
-
Uses of ActiveMQManagementProxy in org.apache.activemq.artemis.cli.commands.check
Methods in org.apache.activemq.artemis.cli.commands.check that return ActiveMQManagementProxy Modifier and Type Method Description ActiveMQManagementProxyCheckContext. getManagementProxy()Methods in org.apache.activemq.artemis.cli.commands.check with parameters of type ActiveMQManagementProxy Modifier and Type Method Description voidCheckContext. setManagementProxy(ActiveMQManagementProxy managementProxy)Constructors in org.apache.activemq.artemis.cli.commands.check with parameters of type ActiveMQManagementProxy Constructor Description CheckContext(ActionContext actionContext, ActiveMQConnectionFactory factory, ActiveMQManagementProxy managementProxy)
-