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(OperationContext context,
org.jboss.dmr.ModelNode operation,
MessageDrivenComponent component,
String opName,
PathAddress address) |
protected void |
executeReadAttribute(String attributeName,
OperationContext context,
MessageDrivenComponent component,
PathAddress address) |
protected boolean |
isOperationReadOnly(String opName) |
executeRuntimeStep, executeWriteAttribute, registerComponent, resolveRuntimeName, unregisterComponent
execute, resourceMustExist, waitFor
public static final MessageDrivenBeanRuntimeHandler INSTANCE
protected void executeReadAttribute(String attributeName, OperationContext context, MessageDrivenComponent component, PathAddress address)
executeReadAttribute
in class AbstractEJBComponentRuntimeHandler<MessageDrivenComponent>
protected boolean isOperationReadOnly(String opName)
isOperationReadOnly
in class AbstractEJBComponentRuntimeHandler<MessageDrivenComponent>
protected void executeAgainstComponent(OperationContext context, org.jboss.dmr.ModelNode operation, MessageDrivenComponent component, String opName, PathAddress address) throws OperationFailedException
executeAgainstComponent
in class AbstractEJBComponentRuntimeHandler<MessageDrivenComponent>
OperationFailedException
Copyright © 2015 JBoss by Red Hat. All rights reserved.