Uses of Interface
javax.jdo.listener.InstanceLifecycleListener
Packages that use InstanceLifecycleListener
Package
Description
This package contains the JDO specification interfaces and classes.
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 TypeMethodDescriptionvoidPersistenceManager.addInstanceLifecycleListener(InstanceLifecycleListener listener, Class... classes) Adds the listener instance to the list of lifecycle event listeners.voidPersistenceManagerFactory.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.voidPersistenceManager.removeInstanceLifecycleListener(InstanceLifecycleListener listener) Removes the listener instance from the list of lifecycle event listeners.voidPersistenceManagerFactory.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 TypeInterfaceDescriptioninterfaceThis interface is implemented by listeners to be notified of attach events.interfaceThis interface is implemented by listeners to be notified of clear events.interfaceThis interface is implemented by listeners to be notified of create events.interfaceThis interface is implemented by listeners to be notified of delete events.interfaceThis interface is implemented by listeners to be notified of detach events.interfaceThis interface is implemented by listeners to be notified of dirty events.interfaceThis interface is implemented by listeners to be notified of load events.interfaceThis interface is implemented by listeners to be notified of store events.