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 java.lang.Object
INTERNAL A abstraction of sessuin event manager capturing behavior common to all persistence types.
-
-
Constructor Summary
Constructors Constructor Description CoreSessionEventManager()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
addListener(SESSION_EVENT_LISTENER listener)
PUBLIC: Add the event listener to the session.
-
-
-
Method Detail
-
addListener
public abstract void addListener(SESSION_EVENT_LISTENER listener)
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.
-
-