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

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

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

Methods in org.pentaho.platform.api.engine with parameters of type IPentahoSystemEntryPoint
 void IApplicationContext.addEntryPointHandler(IPentahoSystemEntryPoint entryPoint)
          Adds an entry point handler.
 void IApplicationContext.removeEntryPointHandler(IPentahoSystemEntryPoint entryPoint)
          Removes an entry point handler.
 

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

Classes in org.pentaho.platform.engine.core.system that implement IPentahoSystemEntryPoint
 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 IPentahoSystemEntryPoint
 void StandaloneApplicationContext.addEntryPointHandler(IPentahoSystemEntryPoint entryPoint)
           
 void StandaloneApplicationContext.removeEntryPointHandler(IPentahoSystemEntryPoint entryPoint)
           
 

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

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