Uses of Interface
javax.jdo.listener.InstanceLifecycleListener
-
Packages that use InstanceLifecycleListener Package Description javax.jdo javax.jdo.listener This package contains the JDO specification listener interfaces and classes. -
-
Uses of InstanceLifecycleListener in javax.jdo
Methods in javax.jdo with parameters of type InstanceLifecycleListener Modifier and Type Method Description voidPersistenceManager. 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.listener Modifier and Type Interface Description interfaceAttachLifecycleListenerThis interface is implemented by listeners to be notified of attach events.interfaceClearLifecycleListenerThis interface is implemented by listeners to be notified of clear events.interfaceCreateLifecycleListenerThis interface is implemented by listeners to be notified of create events.interfaceDeleteLifecycleListenerThis interface is implemented by listeners to be notified of delete events.interfaceDetachLifecycleListenerThis interface is implemented by listeners to be notified of detach events.interfaceDirtyLifecycleListenerThis interface is implemented by listeners to be notified of dirty events.interfaceLoadLifecycleListenerThis interface is implemented by listeners to be notified of load events.interfaceStoreLifecycleListenerThis interface is implemented by listeners to be notified of store events.
-