Class MessageDrivenBeanRuntimeHandler
java.lang.Object
org.jboss.as.controller.AbstractRuntimeOnlyHandler
org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentRuntimeHandler<MessageDrivenComponent>
org.jboss.as.ejb3.subsystem.deployment.MessageDrivenBeanRuntimeHandler
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class MessageDrivenBeanRuntimeHandler
extends AbstractEJBComponentRuntimeHandler<MessageDrivenComponent>
Handles operations that provide runtime management of a
MessageDrivenComponent.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc., Flavia Rainone
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteAgainstComponent(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, MessageDrivenComponent component, String opName, org.jboss.as.controller.PathAddress address) protected voidexecuteReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, MessageDrivenComponent component, org.jboss.as.controller.PathAddress address) protected booleanisOperationReadOnly(String opName) Methods inherited from class org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentRuntimeHandler
executeRuntimeStep, executeWriteAttribute, registerComponent, resolveRuntimeName, unregisterComponentMethods inherited from class org.jboss.as.controller.AbstractRuntimeOnlyHandler
execute, requiresRuntime, resourceMustExist
-
Field Details
-
INSTANCE
-
-
Method Details
-
executeReadAttribute
protected void executeReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, MessageDrivenComponent component, org.jboss.as.controller.PathAddress address) - Overrides:
executeReadAttributein classAbstractEJBComponentRuntimeHandler<MessageDrivenComponent>
-
isOperationReadOnly
- Overrides:
isOperationReadOnlyin classAbstractEJBComponentRuntimeHandler<MessageDrivenComponent>
-
executeAgainstComponent
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 - Overrides:
executeAgainstComponentin classAbstractEJBComponentRuntimeHandler<MessageDrivenComponent>- Throws:
org.jboss.as.controller.OperationFailedException
-