EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference

org.eclipse.persistence.core.sessions
Class CoreSessionEventManager<SESSION_EVENT_LISTENER extends CoreSessionEventListener>

java.lang.Object
  extended by 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
CoreSessionEventManager()
           
 
Method Summary
abstract  void addListener(SESSION_EVENT_LISTENER listener)
          PUBLIC: Add the event listener to the session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreSessionEventManager

public CoreSessionEventManager()
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.


EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference