Package org.jboss.as.ejb3.component
Class EJBContainerInterceptorsViewConfigurator
- java.lang.Object
-
- org.jboss.as.ejb3.component.EJBContainerInterceptorsViewConfigurator
-
- All Implemented Interfaces:
ViewConfigurator
public class EJBContainerInterceptorsViewConfigurator extends Object implements ViewConfigurator
AViewConfiguratorwhich sets up the Jakarta Enterprise Beans view with the relevantInterceptors which will carry out invocation on the container-interceptor(s) applicable for an Jakarta Enterprise Beans, during an Jakarta Enterprise Beans method invocation- Author:
- Jaikiran Pai
-
-
Field Summary
Fields Modifier and Type Field Description static EJBContainerInterceptorsViewConfiguratorINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.jboss.as.server.deployment.DeploymentPhaseContext deploymentPhaseContext, ComponentConfiguration componentConfiguration, ViewDescription viewDescription, ViewConfiguration viewConfiguration)
-
-
-
Field Detail
-
INSTANCE
public static final EJBContainerInterceptorsViewConfigurator INSTANCE
-
-
Method Detail
-
configure
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext deploymentPhaseContext, ComponentConfiguration componentConfiguration, ViewDescription viewDescription, ViewConfiguration viewConfiguration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException- Specified by:
configurein interfaceViewConfigurator- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
-