public class AcceptorControlHandler extends AbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.AcceptorControl>
org.apache.activemq.api.core.management.AcceptorControl
.Modifier and Type | Field and Description |
---|---|
static AcceptorControlHandler |
INSTANCE |
Constructor and Description |
---|
AcceptorControlHandler() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.activemq.artemis.api.core.management.AcceptorControl |
getActiveMQComponentControl(org.apache.activemq.artemis.core.server.ActiveMQServer activeMQServer,
org.jboss.as.controller.PathAddress address)
Gets the
ActiveMQComponentControl implementation used by this handler. |
protected String |
getDescriptionPrefix() |
executeRuntimeStep, getActiveMQComponentControl, handleOperation, handleReadAttribute, handleRevertOperation, registerAttributes, registerOperations, unsupportedAttribute, unsupportedOperation
public static final AcceptorControlHandler INSTANCE
protected org.apache.activemq.artemis.api.core.management.AcceptorControl getActiveMQComponentControl(org.apache.activemq.artemis.core.server.ActiveMQServer activeMQServer, org.jboss.as.controller.PathAddress address)
AbstractActiveMQComponentControlHandler
ActiveMQComponentControl
implementation used by this handler.getActiveMQComponentControl
in class AbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.AcceptorControl>
activeMQServer
- the ActiveMQ server installed in the runtimeaddress
- the address being invokedprotected String getDescriptionPrefix()
getDescriptionPrefix
in class AbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.AcceptorControl>
Copyright © 2018 JBoss by Red Hat. All rights reserved.