ObjectDB ObjectDB

removeInstanceLifecycleListener(listener) - JDO PersistenceManagerFactory's method

Method
javax.jdo.PersistenceManagerFactory
void 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. The addInstanceLifecycleListener and removeInstanceLifecycleListener methods are considered to be configuration methods and can only be called when the PersistenceManagerFactory is configurable (before the first time getPersistenceManager is called).
Parameters:
listener - the listener instance to be removed
Since:
JDO 2.0