Class SingletonBeanRuntimeHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractRuntimeOnlyHandler
-
- org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentRuntimeHandler<SingletonComponent>
-
- org.jboss.as.ejb3.subsystem.deployment.SingletonBeanRuntimeHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class SingletonBeanRuntimeHandler extends AbstractEJBComponentRuntimeHandler<SingletonComponent>
Handles operations that provide runtime management of aSingletonComponent.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static SingletonBeanRuntimeHandlerINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, SingletonComponent component, org.jboss.as.controller.PathAddress address)-
Methods inherited from class org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentRuntimeHandler
executeAgainstComponent, executeRuntimeStep, executeWriteAttribute, isOperationReadOnly, registerComponent, resolveRuntimeName, unregisterComponent
-
-
-
-
Field Detail
-
INSTANCE
public static final SingletonBeanRuntimeHandler INSTANCE
-
-
Method Detail
-
executeReadAttribute
protected void executeReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, SingletonComponent component, org.jboss.as.controller.PathAddress address)
- Overrides:
executeReadAttributein classAbstractEJBComponentRuntimeHandler<SingletonComponent>
-
-