Class StatefulSessionBeanRuntimeHandler
java.lang.Object
org.jboss.as.controller.AbstractRuntimeOnlyHandler
org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentRuntimeHandler<StatefulSessionComponent>
org.jboss.as.ejb3.subsystem.deployment.StatefulSessionBeanRuntimeHandler
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class StatefulSessionBeanRuntimeHandler
extends AbstractEJBComponentRuntimeHandler<StatefulSessionComponent>
Handles operations that provide runtime management of a
StatefulSessionComponent.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, StatefulSessionComponent component, org.jboss.as.controller.PathAddress address) Methods inherited from class org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentRuntimeHandler
executeAgainstComponent, executeRuntimeStep, executeWriteAttribute, isOperationReadOnly, 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, StatefulSessionComponent component, org.jboss.as.controller.PathAddress address) - Overrides:
executeReadAttributein classAbstractEJBComponentRuntimeHandler<StatefulSessionComponent>
-