Class SessionBeanObjectViewConfigurator
- java.lang.Object
-
- org.jboss.as.ejb3.component.session.SessionBeanObjectViewConfigurator
-
- All Implemented Interfaces:
ViewConfigurator
- Direct Known Subclasses:
StatefulSessionBeanObjectViewConfigurator,StatelessSessionBeanObjectViewConfigurator
public abstract class SessionBeanObjectViewConfigurator extends Object implements ViewConfigurator
configurator that sets up interceptors for an Jakarta Enterprise Beans's object view- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description SessionBeanObjectViewConfigurator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidconfigure(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)
-
-
-
Method Detail
-
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
-
-