Class StatefulComponentInstanceInterceptor
- java.lang.Object
-
- org.jboss.as.ejb3.component.interceptors.AbstractEJBInterceptor
-
- org.jboss.as.ejb3.component.stateful.StatefulComponentInstanceInterceptor
-
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class StatefulComponentInstanceInterceptor extends AbstractEJBInterceptor
Associate the proper component instance to the invocation based on the passed in session identifier.- Author:
- Carlo de Wolf
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.invocation.InterceptorFactoryFACTORY
-
Constructor Summary
Constructors Constructor Description StatefulComponentInstanceInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)-
Methods inherited from class org.jboss.as.ejb3.component.interceptors.AbstractEJBInterceptor
getComponent
-
-