Package org.datanucleus
Interface ExecutionContextListener
-
- All Known Implementing Classes:
AbstractJavaQuery,AbstractJDOQLQuery,AbstractJPQLQuery,AbstractStoredProcedureQuery,FederatedJDOQLQuery,Query
public interface ExecutionContextListenerListener for closure of an ExecutionContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecutionContextClosing(ExecutionContext ec)Method called when the specified ExecutionContext is closing.
-
-
-
Method Detail
-
executionContextClosing
void executionContextClosing(ExecutionContext ec)
Method called when the specified ExecutionContext is closing.- Parameters:
ec- The ExecutionContext
-
-