Class CoreSessionEventManager<SESSION_EVENT_LISTENER extends CoreSessionEventListener>
java.lang.Object
org.eclipse.persistence.core.sessions.CoreSessionEventManager<SESSION_EVENT_LISTENER>
- Direct Known Subclasses:
SessionEventManager
public abstract class CoreSessionEventManager<SESSION_EVENT_LISTENER extends CoreSessionEventListener>
extends Object
INTERNAL
A abstraction of sessuin event manager capturing behavior common to all
persistence types.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
addListener
(SESSION_EVENT_LISTENER listener) PUBLIC: Add the event listener to the session.
-
Constructor Details
-
CoreSessionEventManager
public CoreSessionEventManager()
-
-
Method Details
-
addListener
PUBLIC: Add the event listener to the session. The listener will receive all events raised by this session. Also unit of works acquire from this session will inherit the listeners. If session is a broker then its members add the listener, too.
-