Uses of Interface
org.datanucleus.store.ExecutionContext.LifecycleListener

Packages that use ExecutionContext.LifecycleListener
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
 ExecutionContext.LifecycleListener[] NucleusContext.getExecutionContextListeners()
          Object the array of registered ExecutionContext listeners.
 

Methods in org.datanucleus with parameters of type ExecutionContext.LifecycleListener
 void NucleusContext.addExecutionContextListener(ExecutionContext.LifecycleListener listener)
          Register a new Listener for ExecutionContext events.
 void NucleusContext.removeExecutionContextListener(ExecutionContext.LifecycleListener listener)
          Unregister a Listener from ExecutionContext events.
 



Copyright © 2012. All Rights Reserved.