Class SessionBeanSetSessionContextMethodInvocationInterceptor
java.lang.Object
org.jboss.as.ejb3.component.session.SessionBeanSetSessionContextMethodInvocationInterceptor
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class SessionBeanSetSessionContextMethodInvocationInterceptor
extends Object
implements org.jboss.invocation.Interceptor
Interceptor that invokes the
SessionBean.setSessionContext(jakarta.ejb.SessionContext) on session beans
which implement the SessionBean interface.- Author:
- Stuart Douglas
-
Field Summary
FieldsFields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescriptionprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
Field Details
-
FACTORY
public static final org.jboss.invocation.InterceptorFactory FACTORY
-
-
Method Details
-
processInvocation
- Specified by:
processInvocationin interfaceorg.jboss.invocation.Interceptor- Throws:
Exception
-