Uses of Interface
org.pentaho.platform.api.engine.IPentahoSystemExitPoint

Packages that use IPentahoSystemExitPoint
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.core.system   
org.pentaho.platform.repository.hibernate   
 

Uses of IPentahoSystemExitPoint in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine with parameters of type IPentahoSystemExitPoint
 void IApplicationContext.addExitPointHandler(IPentahoSystemExitPoint exitPoint)
          Adds an exit point handler.
 void IApplicationContext.removeExitPointHandler(IPentahoSystemExitPoint exitPoint)
          Removes an exit point handler.
 

Uses of IPentahoSystemExitPoint in org.pentaho.platform.engine.core.system
 

Classes in org.pentaho.platform.engine.core.system that implement IPentahoSystemExitPoint
 class SessionCleanupListener
          This class is responsible for making sure the thread local that hangs on to the current session gets cleared when a system exit point happens.
 

Methods in org.pentaho.platform.engine.core.system with parameters of type IPentahoSystemExitPoint
 void StandaloneApplicationContext.addExitPointHandler(IPentahoSystemExitPoint exitPoint)
           
 void StandaloneApplicationContext.removeExitPointHandler(IPentahoSystemExitPoint exitPoint)
           
 

Uses of IPentahoSystemExitPoint in org.pentaho.platform.repository.hibernate
 

Classes in org.pentaho.platform.repository.hibernate that implement IPentahoSystemExitPoint
 class HibernateUtil