Package org.jboss.as.jpa.interceptor
Class SFSBInvocationInterceptor
java.lang.Object
org.jboss.as.jpa.interceptor.SFSBInvocationInterceptor
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final org.jboss.invocation.InterceptorFactoryFields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
Field Details
-
CONTEXT_KEY
- See Also:
-
FACTORY
public static final org.jboss.invocation.InterceptorFactory FACTORY
-
-
Constructor Details
-
SFSBInvocationInterceptor
public SFSBInvocationInterceptor()
-
-
Method Details
-
processInvocation
- Specified by:
processInvocationin interfaceorg.jboss.invocation.Interceptor- Throws:
Exception
-