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
 

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