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.executionContextListenersMethods 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 TypeMethodDescriptionvoidPersistenceNucleusContext.addExecutionContextListener(ExecutionContext.LifecycleListener listener) Register a new Listener for ExecutionContext events.voidPersistenceNucleusContextImpl.addExecutionContextListener(ExecutionContext.LifecycleListener listener) voidPersistenceNucleusContext.removeExecutionContextListener(ExecutionContext.LifecycleListener listener) Unregister a Listener from ExecutionContext events.voidPersistenceNucleusContextImpl.removeExecutionContextListener(ExecutionContext.LifecycleListener listener)