Class SFSBCreateInterceptor

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

public class SFSBCreateInterceptor extends Object implements org.jboss.invocation.Interceptor
For SFSB life cycle management. Handles the (@PostConstruct time) creation of the extended persistence context (XPC).
Author:
Scott Marlow
  • Field Details

    • FACTORY

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

    • SFSBCreateInterceptor

      public SFSBCreateInterceptor()
  • Method Details

    • processInvocation

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