Uses of Interface
org.datanucleus.ExecutionContext.LifecycleListener
Packages that use ExecutionContext.LifecycleListener
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
-
Uses of ExecutionContext.LifecycleListener in org.datanucleus
Fields in org.datanucleus with type parameters of type ExecutionContext.LifecycleListenerModifier and TypeFieldDescriptionprivate List
<ExecutionContext.LifecycleListener> PersistenceNucleusContextImpl.executionContextListeners
Methods in org.datanucleus that return ExecutionContext.LifecycleListenerModifier and TypeMethodDescriptionPersistenceNucleusContext.getExecutionContextListeners()
Object the array of registered ExecutionContext listeners.PersistenceNucleusContextImpl.getExecutionContextListeners()
Methods in org.datanucleus with parameters of type ExecutionContext.LifecycleListenerModifier and TypeMethodDescriptionvoid
PersistenceNucleusContext.addExecutionContextListener
(ExecutionContext.LifecycleListener listener) Register a new Listener for ExecutionContext events.void
PersistenceNucleusContextImpl.addExecutionContextListener
(ExecutionContext.LifecycleListener listener) void
PersistenceNucleusContext.removeExecutionContextListener
(ExecutionContext.LifecycleListener listener) Unregister a Listener from ExecutionContext events.void
PersistenceNucleusContextImpl.removeExecutionContextListener
(ExecutionContext.LifecycleListener listener)