Class StatelessSessionBeanObjectViewConfigurator
- java.lang.Object
-
- org.jboss.as.ejb3.component.session.SessionBeanObjectViewConfigurator
-
- org.jboss.as.ejb3.component.stateless.StatelessSessionBeanObjectViewConfigurator
-
- All Implemented Interfaces:
ViewConfigurator
public class StatelessSessionBeanObjectViewConfigurator extends SessionBeanObjectViewConfigurator
- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static StatelessSessionBeanObjectViewConfiguratorINSTANCE
-
Constructor Summary
Constructors Constructor Description StatelessSessionBeanObjectViewConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleIsIdenticalMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method)protected voidhandleRemoveMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method)-
Methods inherited from class org.jboss.as.ejb3.component.session.SessionBeanObjectViewConfigurator
configure
-
-
-
-
Field Detail
-
INSTANCE
public static final StatelessSessionBeanObjectViewConfigurator INSTANCE
-
-
Method Detail
-
handleIsIdenticalMethod
protected void handleIsIdenticalMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method)
- Specified by:
handleIsIdenticalMethodin classSessionBeanObjectViewConfigurator
-
handleRemoveMethod
protected void handleRemoveMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
- Specified by:
handleRemoveMethodin classSessionBeanObjectViewConfigurator- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
-