Package org.datanucleus
Interface ExecutionContext.LifecycleListener
- Enclosing interface:
ExecutionContext
public static interface ExecutionContext.LifecycleListener
Interface to be implemented by a listener for the closure of the ExecutionContext.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked before closing the ExecutionContext
-
Method Details
-
preClose
Invoked before closing the ExecutionContext- Parameters:
ec
- execution context
-