Class BridgeControlHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractRuntimeOnlyHandler
-
- org.wildfly.extension.messaging.activemq.AbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.BridgeControl>
-
- org.wildfly.extension.messaging.activemq.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 ActiveMQBridgeControl.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static BridgeControlHandlerINSTANCE
-
Constructor Summary
Constructors Constructor Description BridgeControlHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.activemq.artemis.api.core.management.BridgeControlgetActiveMQComponentControl(org.apache.activemq.artemis.core.server.ActiveMQServer activeMQServer, org.jboss.as.controller.PathAddress address)Gets theActiveMQComponentControlimplementation used by this handler.protected StringgetDescriptionPrefix()-
Methods inherited from class org.wildfly.extension.messaging.activemq.AbstractActiveMQComponentControlHandler
executeRuntimeStep, getActiveMQComponentControl, handleOperation, handleReadAttribute, handleRevertOperation, registerAttributes, registerOperations, unsupportedAttribute, unsupportedOperation
-
-
-
-
Field Detail
-
INSTANCE
public static final BridgeControlHandler INSTANCE
-
-
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:AbstractActiveMQComponentControlHandlerGets theActiveMQComponentControlimplementation used by this handler.- Specified by:
getActiveMQComponentControlin classAbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.BridgeControl>- Parameters:
activeMQServer- the ActiveMQ server installed in the runtimeaddress- the address being invoked- Returns:
- the runtime ActiveMQ control object associated with the given address
-
getDescriptionPrefix
protected String getDescriptionPrefix()
- Specified by:
getDescriptionPrefixin classAbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.BridgeControl>
-
-