Class SBInvocationInterceptor

java.lang.Object
org.jboss.as.jpa.interceptor.SBInvocationInterceptor
All Implemented Interfaces:
org.jboss.invocation.Interceptor

public class SBInvocationInterceptor extends Object implements org.jboss.invocation.Interceptor
Session bean Invocation interceptor. Used for stateless session bean invocations to allow NonTxEmCloser to close the underlying entity manager after a non-transactional invocation.
Author:
Scott Marlow
  • Field Details

    • FACTORY

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

    • processInvocation

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