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 ActiveMQBrokerMethods 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 AcceptorControlAcceptorControlHandler.getActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address) protected BridgeControlBridgeControlHandler.getActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address) protected BaseBroadcastGroupControlBroadcastGroupControlHandler.getActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address) protected ClusterConnectionControlClusterConnectionControlHandler.getActiveMQComponentControl(ActiveMQBroker activeMQServer, org.jboss.as.controller.PathAddress address) protected abstract AbstractQueueControlHandler.DelegatingQueueControl<T>AbstractQueueControlHandler.getQueueControl(ActiveMQBroker server, String queueName) QueueControlHandler.getQueueControl(ActiveMQBroker server, String queueName) Method parameters in org.wildfly.extension.messaging.activemq with type arguments of type ActiveMQBrokerModifier and TypeMethodDescriptionvoidActiveMQServerResource.setActiveMQServerServiceController(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(AddressControl addressControl, ActiveMQBroker broker) intJMSTopicReadAttributeHandler.getNonDurableSubscriptionCount(AddressControl addressControl, ActiveMQBroker broker) JMSQueueControlHandler.getQueueControl(ActiveMQBroker server, String queueName) static List<QueueControl>JMSTopicReadAttributeHandler.getQueues(JMSTopicReadAttributeHandler.DurabilityType durability, AddressControl addressControl, ActiveMQBroker broker) intJMSTopicReadAttributeHandler.getSubscriptionCount(AddressControl addressControl, ActiveMQBroker broker) JMSTopicControlHandler.listMessagesForSubscriptionAsJSON(String queueName, ActiveMQBroker broker) String[]JMSServerControlHandler.listTargetDestinations(ActiveMQBroker server, String sessionID)