Uses of Interface
org.eclipse.persistence.sessions.SessionEventListener
-
Packages that use SessionEventListener Package Description org.eclipse.persistence.internal.sessions.factories org.eclipse.persistence.oxm org.eclipse.persistence.sessions -
-
Uses of SessionEventListener in org.eclipse.persistence.internal.sessions.factories
Classes in org.eclipse.persistence.internal.sessions.factories that implement SessionEventListener Modifier and Type Class Description classMissingDescriptorListenerINTERNAL: Event listener class used to lazy-load the descriptors for EIS and XDB, as they have external jar dependencies that may not be on the classpath. -
Uses of SessionEventListener in org.eclipse.persistence.oxm
Constructors in org.eclipse.persistence.oxm with parameters of type SessionEventListener Constructor Description XMLContext(Project project, ClassLoader classLoader, SessionEventListener sessionEventListener)Create a new XMLContext based on the specified Project and ClassLoader.Constructor parameters in org.eclipse.persistence.oxm with type arguments of type SessionEventListener Constructor Description XMLContext(Project project, ClassLoader classLoader, Collection<SessionEventListener> sessionEventListeners)Create a new XMLContext based on the specified Project and ClassLoader. -
Uses of SessionEventListener in org.eclipse.persistence.sessions
Classes in org.eclipse.persistence.sessions that implement SessionEventListener Modifier and Type Class Description classSessionEventAdapterPurpose: To provide a trivial implemetation of SessionEventListener.Fields in org.eclipse.persistence.sessions with type parameters of type SessionEventListener Modifier and Type Field Description protected List<SessionEventListener>SessionEventManager. listenersMethods in org.eclipse.persistence.sessions that return types with arguments of type SessionEventListener Modifier and Type Method Description List<SessionEventListener>SessionEventManager. getListeners()PUBLIC: The event listeners will receive all events raised by this session.Methods in org.eclipse.persistence.sessions with parameters of type SessionEventListener Modifier and Type Method Description voidSessionEventManager. addListener(SessionEventListener listener)PUBLIC: Add the event listener to the session.voidSessionEventManager. removeListener(SessionEventListener listener)PUBLIC: Remove the event listener from the session.Method parameters in org.eclipse.persistence.sessions with type arguments of type SessionEventListener Modifier and Type Method Description protected voidSessionEventManager. setListeners(List<SessionEventListener> listeners)The event listeners will receive all events raised by this session.
-