Class SFSBPreCreateInterceptor

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

public class SFSBPreCreateInterceptor extends Object implements org.jboss.invocation.Interceptor
Runs early in the SFSB chain, to make sure that SFSB creation operations can inherit extended persistence contexts properly

Author:
Stuart Douglas
  • Field Details

    • FACTORY

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

    • processInvocation

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