Package org.datanucleus
Interface ExecutionContextListener
- All Known Implementing Classes:
AbstractJavaQuery,AbstractJDOQLQuery,AbstractJPQLQuery,AbstractStoredProcedureQuery,FederatedJDOQLQuery,Query
public interface ExecutionContextListener
Listener for closure of an ExecutionContext.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethod called when the specified ExecutionContext is closing.
-
Method Details
-
executionContextClosing
Method called when the specified ExecutionContext is closing.- Parameters:
ec- The ExecutionContext
-