Class AcceptorControlHandler
java.lang.Object
org.jboss.as.controller.AbstractRuntimeOnlyHandler
org.wildfly.extension.messaging.activemq.AbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.AcceptorControl>
org.wildfly.extension.messaging.activemq.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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.activemq.artemis.api.core.management.AcceptorControlgetActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address) Gets theActiveMQComponentControlimplementation used by this handler.protected StringMethods inherited from class org.wildfly.extension.messaging.activemq.AbstractActiveMQComponentControlHandler
executeRuntimeStep, getActiveMQComponentControl, handleOperation, handleReadAttribute, handleRevertOperation, registerAttributes, registerOperations, unsupportedAttribute, unsupportedOperationMethods inherited from class org.jboss.as.controller.AbstractRuntimeOnlyHandler
execute, requiresRuntime, resourceMustExist
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
AcceptorControlHandler
public AcceptorControlHandler()
-
-
Method Details
-
getActiveMQComponentControl
protected org.apache.activemq.artemis.api.core.management.AcceptorControl getActiveMQComponentControl(ActiveMQBroker activeMQBroker, 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.AcceptorControl>- Parameters:
activeMQBroker- the ActiveMQ server installed in the runtimeaddress- the address being invoked- Returns:
- the runtime ActiveMQ control object associated with the given address
-
getDescriptionPrefix
- Specified by:
getDescriptionPrefixin classAbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.AcceptorControl>
-