Class StatelessSessionBeanRuntimeHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractRuntimeOnlyHandler
-
- org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentRuntimeHandler<StatelessSessionComponent>
-
- org.jboss.as.ejb3.subsystem.deployment.StatelessSessionBeanRuntimeHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class StatelessSessionBeanRuntimeHandler extends AbstractEJBComponentRuntimeHandler<StatelessSessionComponent>
Handles operations that provide runtime management of aStatelessSessionComponent.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static StatelessSessionBeanRuntimeHandlerINSTANCE
-
Method Summary
-
Methods inherited from class org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentRuntimeHandler
executeAgainstComponent, executeReadAttribute, executeRuntimeStep, executeWriteAttribute, isOperationReadOnly, registerComponent, resolveRuntimeName, unregisterComponent
-
-
-
-
Field Detail
-
INSTANCE
public static final StatelessSessionBeanRuntimeHandler INSTANCE
-
-