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 ActiveMQAcceptorControl.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static AcceptorControlHandlerINSTANCE
-
Constructor Summary
Constructors Constructor Description AcceptorControlHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.activemq.artemis.api.core.management.AcceptorControlgetActiveMQComponentControl(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 AcceptorControlHandler INSTANCE
-
-
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:AbstractActiveMQComponentControlHandlerGets theActiveMQComponentControlimplementation used by this handler.- Specified by:
getActiveMQComponentControlin classAbstractActiveMQComponentControlHandler<org.apache.activemq.artemis.api.core.management.AcceptorControl>- 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.AcceptorControl>
-
-