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
Associate the proper component instance to the invocation based on the passed in session identifier.
- Author:
- Carlo de Wolf
-
Field Summary
FieldsFields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessInvocation(org.jboss.invocation.InterceptorContext context) Methods inherited from class org.jboss.as.ejb3.component.interceptors.AbstractEJBInterceptor
getComponent
-
Field Details
-
FACTORY
public static final org.jboss.invocation.InterceptorFactory FACTORY
-
-
Constructor Details
-
StatefulComponentInstanceInterceptor
public StatefulComponentInstanceInterceptor()
-
-
Method Details
-
processInvocation
- Throws:
Exception
-