Uses of Interface
javax.jdo.listener.InstanceLifecycleListener
Packages that use InstanceLifecycleListener
Package
Description
Package providing the Java Data Objects (JDO) primary API components.
This package contains the JDO specification listener interfaces and classes.
-
Uses of InstanceLifecycleListener in javax.jdo
Methods in javax.jdo with parameters of type InstanceLifecycleListenerModifier and TypeMethodDescriptionvoid
PersistenceManager.addInstanceLifecycleListener
(InstanceLifecycleListener listener, Class... classes) Adds the listener instance to the list of lifecycle event listeners.void
PersistenceManagerFactory.addInstanceLifecycleListener
(InstanceLifecycleListener listener, Class[] classes) Add the parameter listener to the list of instance lifecycle event listeners set as the initial listeners for each PersistenceManager created by this PersistenceManagerFactory.void
PersistenceManager.removeInstanceLifecycleListener
(InstanceLifecycleListener listener) Removes the listener instance from the list of lifecycle event listeners.void
PersistenceManagerFactory.removeInstanceLifecycleListener
(InstanceLifecycleListener listener) Remove the parameter listener instance from the list of instance lifecycle event listeners set as the initial listeners for each PersistenceManager created by this PersistenceManagerFactory. -
Uses of InstanceLifecycleListener in javax.jdo.listener
Subinterfaces of InstanceLifecycleListener in javax.jdo.listenerModifier and TypeInterfaceDescriptioninterface
This interface is implemented by listeners to be notified of attach events.interface
This interface is implemented by listeners to be notified of clear events.interface
This interface is implemented by listeners to be notified of create events.interface
This interface is implemented by listeners to be notified of delete events.interface
This interface is implemented by listeners to be notified of detach events.interface
This interface is implemented by listeners to be notified of dirty events.interface
This interface is implemented by listeners to be notified of load events.interface
This interface is implemented by listeners to be notified of store events.