Uses of Interface
org.wildfly.extension.messaging.activemq.ActiveMQBroker
Packages that use ActiveMQBroker
Package
Description
-
Uses of ActiveMQBroker in org.wildfly.extension.messaging.activemq
Classes in org.wildfly.extension.messaging.activemq that implement ActiveMQBrokerModifier and TypeClassDescriptionclassImplementation of the wrapper overActiveMQServerandManagementService.Methods in org.wildfly.extension.messaging.activemq that return types with arguments of type ActiveMQBrokerModifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceController<ActiveMQBroker>ActiveMQServerResource.getActiveMQServerServiceController()Methods in org.wildfly.extension.messaging.activemq with parameters of type ActiveMQBrokerModifier and TypeMethodDescriptionprotected abstract TAbstractActiveMQComponentControlHandler.getActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address) Gets theActiveMQComponentControlimplementation used by this handler.protected org.apache.activemq.artemis.api.core.management.AcceptorControlAcceptorControlHandler.getActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address) protected org.apache.activemq.artemis.api.core.management.BridgeControlBridgeControlHandler.getActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address) protected org.apache.activemq.artemis.api.core.management.BaseBroadcastGroupControlBroadcastGroupControlHandler.getActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address) protected org.apache.activemq.artemis.api.core.management.ClusterConnectionControlClusterConnectionControlHandler.getActiveMQComponentControl(ActiveMQBroker activeMQServer, org.jboss.as.controller.PathAddress address) protected abstract AbstractQueueControlHandler.DelegatingQueueControl<T>AbstractQueueControlHandler.getQueueControl(ActiveMQBroker server, String queueName) protected AbstractQueueControlHandler.DelegatingQueueControl<org.apache.activemq.artemis.api.core.management.QueueControl>QueueControlHandler.getQueueControl(ActiveMQBroker server, String queueName) Method parameters in org.wildfly.extension.messaging.activemq with type arguments of type ActiveMQBrokerModifier and TypeMethodDescriptionvoidActiveMQServerResource.setActiveMQServerServiceController(org.jboss.msc.service.ServiceController<ActiveMQBroker> activeMQServerServiceController) Constructors in org.wildfly.extension.messaging.activemq with parameters of type ActiveMQBrokerModifierConstructorDescriptionCoreAddressResource(String name, ActiveMQBroker broker) CoreAddressResourceEntry(String name, ActiveMQBroker broker) -
Uses of ActiveMQBroker in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms with parameters of type ActiveMQBrokerModifier and TypeMethodDescriptionintJMSTopicReadAttributeHandler.getDurableSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl, ActiveMQBroker broker) intJMSTopicReadAttributeHandler.getNonDurableSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl, ActiveMQBroker broker) protected AbstractQueueControlHandler.DelegatingQueueControl<org.apache.activemq.artemis.api.core.management.QueueControl>JMSQueueControlHandler.getQueueControl(ActiveMQBroker server, String queueName) static List<org.apache.activemq.artemis.api.core.management.QueueControl>JMSTopicReadAttributeHandler.getQueues(JMSTopicReadAttributeHandler.DurabilityType durability, org.apache.activemq.artemis.api.core.management.AddressControl addressControl, ActiveMQBroker broker) intJMSTopicReadAttributeHandler.getSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl, ActiveMQBroker broker) JMSTopicControlHandler.listMessagesForSubscriptionAsJSON(String queueName, ActiveMQBroker broker) String[]JMSServerControlHandler.listTargetDestinations(ActiveMQBroker server, String sessionID)