Package org.jboss.as.jpa.interceptor
Class SFSBDestroyInterceptor
java.lang.Object
org.jboss.as.jpa.interceptor.SFSBDestroyInterceptor
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
For SFSB life cycle management.
Handles the closing of XPC after last SFSB using it is destroyed.
- Author:
- Scott Marlow
-
Field Summary
FieldsFields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessInvocation(org.jboss.invocation.InterceptorContext interceptorContext)
-
Field Details
-
FACTORY
public static final org.jboss.invocation.InterceptorFactory FACTORY
-
-
Constructor Details
-
SFSBDestroyInterceptor
public SFSBDestroyInterceptor()
-
-
Method Details