Uses of Interface
org.datanucleus.ExecutionContext.LifecycleListener
-
Packages that use ExecutionContext.LifecycleListener Package Description org.datanucleus 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
Methods in org.datanucleus that return ExecutionContext.LifecycleListener Modifier and Type Method Description ExecutionContext.LifecycleListener[]PersistenceNucleusContext. getExecutionContextListeners()Object the array of registered ExecutionContext listeners.ExecutionContext.LifecycleListener[]PersistenceNucleusContextImpl. getExecutionContextListeners()Methods in org.datanucleus with parameters of type ExecutionContext.LifecycleListener Modifier and Type Method Description voidPersistenceNucleusContext. 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)
-