Class AcceptorControlHandler

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

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

      • AcceptorControlHandler

        public AcceptorControlHandler()
    • Method Detail

      • getActiveMQComponentControl

        protected org.apache.activemq.artemis.api.core.management.AcceptorControl 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.AcceptorControl>
        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