Class AbstractJMSRuntimeHandler<T>
- java.lang.Object
-
- org.jboss.as.controller.AbstractRuntimeOnlyHandler
-
- org.wildfly.extension.messaging.activemq.jms.AbstractJMSRuntimeHandler<T>
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
- Direct Known Subclasses:
JMSQueueConfigurationRuntimeHandler,JMSTopicConfigurationRuntimeHandler,PooledConnectionFactoryConfigurationRuntimeHandler
public abstract class AbstractJMSRuntimeHandler<T> extends org.jboss.as.controller.AbstractRuntimeOnlyHandlerBase type for runtime operations on XML deployed message resources- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description AbstractJMSRuntimeHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidexecuteReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, T destination, org.jboss.as.controller.PathAddress address, boolean includeDefault)protected voidexecuteRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)voidregisterResource(String server, String name, T resource)voidunregisterResource(String server, String name)
-
-
-
Method Detail
-
executeRuntimeStep
protected void executeRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException- Specified by:
executeRuntimeStepin classorg.jboss.as.controller.AbstractRuntimeOnlyHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
-