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 TypeMethodDescriptionvoid
Method called when the specified ExecutionContext is closing.
-
Method Details
-
executionContextClosing
Method called when the specified ExecutionContext is closing.- Parameters:
ec
- The ExecutionContext
-