Class BridgeControlHandler

  • All Implemented Interfaces:
    org.jboss.as.controller.OperationStepHandler

    public class BridgeControlHandler
    extends AbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.BridgeControl>
    Handler for runtime operations that interact with a ActiveMQ BridgeControl.
    Author:
    Brian Stansberry (c) 2011 Red Hat Inc.
    • Constructor Detail

      • BridgeControlHandler

        public BridgeControlHandler()
    • Method Detail

      • getActiveMQComponentControl

        protected org.apache.activemq.artemis.api.core.management.BridgeControl getActiveMQComponentControl​(org.apache.activemq.artemis.core.server.ActiveMQServer activeMQServer,
                                                                                                            org.jboss.as.controller.PathAddress address)
        Description copied from class: AbstractActiveMQComponentControlHandler
        Gets the ActiveMQComponentControl implementation used by this handler.
        Specified by:
        getActiveMQComponentControl in class AbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.BridgeControl>
        Parameters:
        activeMQServer - the ActiveMQ server installed in the runtime
        address - the address being invoked
        Returns:
        the runtime ActiveMQ control object associated with the given address