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