public class MessageDrivenBeanRuntimeHandler extends AbstractEJBComponentRuntimeHandler<MessageDrivenComponent>
MessageDrivenComponent
.Modifier and Type | Field and Description |
---|---|
static MessageDrivenBeanRuntimeHandler |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
protected void |
executeAgainstComponent(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
MessageDrivenComponent component,
String opName,
org.jboss.as.controller.PathAddress address) |
protected void |
executeReadAttribute(String attributeName,
org.jboss.as.controller.OperationContext context,
MessageDrivenComponent component,
org.jboss.as.controller.PathAddress address) |
protected boolean |
isOperationReadOnly(String opName) |
executeRuntimeStep, executeWriteAttribute, registerComponent, resolveRuntimeName, unregisterComponent
public static final MessageDrivenBeanRuntimeHandler INSTANCE
protected void executeReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, MessageDrivenComponent component, org.jboss.as.controller.PathAddress address)
executeReadAttribute
in class AbstractEJBComponentRuntimeHandler<MessageDrivenComponent>
protected boolean isOperationReadOnly(String opName)
isOperationReadOnly
in class AbstractEJBComponentRuntimeHandler<MessageDrivenComponent>
protected void executeAgainstComponent(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, MessageDrivenComponent component, String opName, org.jboss.as.controller.PathAddress address) throws org.jboss.as.controller.OperationFailedException
executeAgainstComponent
in class AbstractEJBComponentRuntimeHandler<MessageDrivenComponent>
org.jboss.as.controller.OperationFailedException
Copyright © 2018 JBoss by Red Hat. All rights reserved.