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 theSessionBean.setSessionContext(javax.ejb.SessionContext)on session beans which implement theSessionBeaninterface.- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.invocation.InterceptorFactoryFACTORY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)
-