Uses of Interface
org.apache.activemq.artemis.api.core.management.AddressControl
Packages that use AddressControl
Package
Description
-
Uses of AddressControl in org.apache.activemq.artemis.core.management.impl
Classes in org.apache.activemq.artemis.core.management.impl that implement AddressControl -
Uses of AddressControl in org.apache.activemq.artemis.core.management.impl.view
Methods in org.apache.activemq.artemis.core.management.impl.view with parameters of type AddressControlModifier and TypeMethodDescriptionAddressView.getField(AddressControl address, String fieldName) AddressView.toJson(AddressControl address) -
Uses of AddressControl in org.apache.activemq.artemis.core.management.impl.view.predicate
Methods in org.apache.activemq.artemis.core.management.impl.view.predicate with parameters of type AddressControl -
Uses of AddressControl in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type AddressControlModifier and TypeMethodDescriptionvoidManagementService.registerAddressMeters(AddressInfo addressInfo, AddressControl addressControl) -
Uses of AddressControl in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type AddressControlModifier and TypeMethodDescriptionvoidManagementServiceImpl.registerAddressMeters(AddressInfo addressInfo, AddressControl addressControl) -
Uses of AddressControl in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms with parameters of type AddressControlModifier and TypeMethodDescriptionintJMSTopicReadAttributeHandler.getDurableSubscriptionCount(AddressControl addressControl, ActiveMQBroker broker) intJMSTopicReadAttributeHandler.getNonDurableSubscriptionCount(AddressControl addressControl, ActiveMQBroker broker) static List<QueueControl>JMSTopicReadAttributeHandler.getQueues(JMSTopicReadAttributeHandler.DurabilityType durability, AddressControl addressControl, ActiveMQBroker broker) intJMSTopicReadAttributeHandler.getSubscriptionCount(AddressControl addressControl, ActiveMQBroker broker)