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 Type
    Method
    Description
    void
    Method called when the specified ExecutionContext is closing.
  • Method Details

    • executionContextClosing

      void executionContextClosing(ExecutionContext ec)
      Method called when the specified ExecutionContext is closing.
      Parameters:
      ec - The ExecutionContext