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

Packages that use ISessionStartupAction
org.pentaho.platform.engine.core.system   
 

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

Classes in org.pentaho.platform.engine.core.system that implement ISessionStartupAction
 class SessionStartupAction
           
 

Method parameters in org.pentaho.platform.engine.core.system with type arguments of type ISessionStartupAction
static void PentahoSystem.setSessionStartupActions(List<ISessionStartupAction> actions)
          Registers server actions that will be invoked when a session is created.
 void SpringPentahoSystemProxy.setSessionStartupActions(List<ISessionStartupAction> registries)