Package org.jboss.as.jpa.interceptor
Class SFSBPreCreateInterceptor
java.lang.Object
org.jboss.as.jpa.interceptor.SFSBPreCreateInterceptor
- All Implemented Interfaces:
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 Summary
FieldsFields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescriptionprocessInvocation(org.jboss.invocation.InterceptorContext interceptorContext)
-
Field Details
-
FACTORY
public static final org.jboss.invocation.InterceptorFactory FACTORY
-
-
Method Details