Package org.jboss.as.ejb3.component
Class ServerInterceptorsViewConfigurator
- java.lang.Object
-
- org.jboss.as.ejb3.component.ServerInterceptorsViewConfigurator
-
- All Implemented Interfaces:
ViewConfigurator
public class ServerInterceptorsViewConfigurator extends Object implements ViewConfigurator
- Author:
- Tomasz Adamski
-
-
Field Summary
Fields Modifier and Type Field Description static ServerInterceptorsViewConfiguratorINSTANCE
-
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 ServerInterceptorsViewConfigurator 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
-
-