Package org.jboss.as.jpa.interceptor
Class SFSBInvocationInterceptor
- java.lang.Object
-
- org.jboss.as.jpa.interceptor.SFSBInvocationInterceptor
-
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class SFSBInvocationInterceptor extends Object implements org.jboss.invocation.Interceptor
Stateful session bean Invocation interceptor that is responsible for the SFSBCallStack being set for each SFSB invocation that Jakarta Persistence is interested in.- Author:
- Scott Marlow
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_KEYstatic org.jboss.invocation.InterceptorFactoryFACTORY
-
Constructor Summary
Constructors Constructor Description SFSBInvocationInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
-
-
Field Detail
-
CONTEXT_KEY
public static final String CONTEXT_KEY
- See Also:
- Constant Field Values
-
FACTORY
public static final org.jboss.invocation.InterceptorFactory FACTORY
-
-