public abstract class AbstractJMSRuntimeHandler<T>
extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
Constructor and Description |
---|
AbstractJMSRuntimeHandler() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
executeReadAttribute(String attributeName,
org.jboss.as.controller.OperationContext context,
T destination,
org.jboss.as.controller.PathAddress address,
boolean includeDefault) |
protected void |
executeRuntimeStep(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
registerResource(String server,
String name,
T resource) |
void |
unregisterResource(String server,
String name) |
protected void executeRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException
executeRuntimeStep
in class org.jboss.as.controller.AbstractRuntimeOnlyHandler
org.jboss.as.controller.OperationFailedException
Copyright © 2018 JBoss by Red Hat. All rights reserved.