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
 

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