Class AdditionalSetupInterceptor
- java.lang.Object
-
- org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor
-
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class AdditionalSetupInterceptor extends Object implements org.jboss.invocation.Interceptor
Interceptor that performs additional setup for remote and timer invocations (i.e invocations that are performed from outside an existing EE context).- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description AdditionalSetupInterceptor(List<org.jboss.as.server.deployment.SetupAction> actions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.invocation.InterceptorFactoryfactory(List<org.jboss.as.server.deployment.SetupAction> actions)ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
-
-
Constructor Detail
-
AdditionalSetupInterceptor
public AdditionalSetupInterceptor(List<org.jboss.as.server.deployment.SetupAction> actions)
-
-
Method Detail
-
processInvocation
public Object processInvocation(org.jboss.invocation.InterceptorContext context) throws Exception
- Specified by:
processInvocationin interfaceorg.jboss.invocation.Interceptor- Throws:
Exception
-
factory
public static org.jboss.invocation.InterceptorFactory factory(List<org.jboss.as.server.deployment.SetupAction> actions)
-
-