Class SessionBeanObjectViewConfigurator
java.lang.Object
org.jboss.as.ejb3.component.session.SessionBeanObjectViewConfigurator
- All Implemented Interfaces:
ViewConfigurator
- Direct Known Subclasses:
StatefulSessionBeanObjectViewConfigurator,StatelessSessionBeanObjectViewConfigurator
Configurator that sets up interceptors for a Jakarta Enterprise Beans bean's object view
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) protected abstract voidhandleIsIdenticalMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method) protected abstract voidhandleRemoveMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method)
-
Constructor Details
-
SessionBeanObjectViewConfigurator
public SessionBeanObjectViewConfigurator()
-
-
Method Details
-
configure
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
configurein interfaceViewConfigurator- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
handleIsIdenticalMethod
protected abstract void handleIsIdenticalMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method) -
handleRemoveMethod
protected abstract void handleRemoveMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-