Class StatefulSessionBeanObjectViewConfigurator
java.lang.Object
org.jboss.as.ejb3.component.session.SessionBeanObjectViewConfigurator
org.jboss.as.ejb3.component.stateful.StatefulSessionBeanObjectViewConfigurator
- All Implemented Interfaces:
ViewConfigurator
- Author:
- Stuart Douglas
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
INSTANCE
-
-
Constructor Details
-
StatefulSessionBeanObjectViewConfigurator
public StatefulSessionBeanObjectViewConfigurator()
-
-
Method Details
-
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
-