Class AdditionalSetupInterceptor
java.lang.Object
org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor
- All Implemented Interfaces:
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
-
Field Summary
Fields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionAdditionalSetupInterceptor(List<org.jboss.as.server.deployment.SetupAction> actions) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.invocation.InterceptorFactoryprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
Constructor Details
-
AdditionalSetupInterceptor
-
-
Method Details