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 Details

    • CONTEXT_KEY

      public static final String CONTEXT_KEY
      See Also:
    • FACTORY

      public static final org.jboss.invocation.InterceptorFactory FACTORY
  • Constructor Details

    • SFSBInvocationInterceptor

      public SFSBInvocationInterceptor()
  • Method Details

    • processInvocation

      public Object processInvocation(org.jboss.invocation.InterceptorContext context) throws Exception
      Specified by:
      processInvocation in interface org.jboss.invocation.Interceptor
      Throws:
      Exception