public class BridgeControlHandler extends AbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.BridgeControl>
BridgeControl
.Modifier and Type | Field and Description |
---|---|
static BridgeControlHandler |
INSTANCE |
Constructor and Description |
---|
BridgeControlHandler() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.activemq.artemis.api.core.management.BridgeControl |
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 BridgeControlHandler INSTANCE
protected org.apache.activemq.artemis.api.core.management.BridgeControl 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.BridgeControl>
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.BridgeControl>
Copyright © 2018 JBoss by Red Hat. All rights reserved.