Class 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 Detail

      • FACTORY

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

      • SFSBInvocationInterceptor

        public SFSBInvocationInterceptor()
    • Method Detail

      • processInvocation

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