|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISessionStartupAction | |
|---|---|
| org.pentaho.platform.engine.core.system | |
| org.pentaho.platform.engine.core.system.boot | |
| 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(java.util.List<ISessionStartupAction> actions)
Registers server actions that will be invoked when a session is created. |
void |
SpringPentahoSystemProxy.setSessionStartupActions(java.util.List<ISessionStartupAction> registries)
|
| Uses of ISessionStartupAction in org.pentaho.platform.engine.core.system.boot |
|---|
| Methods in org.pentaho.platform.engine.core.system.boot that return types with arguments of type ISessionStartupAction | |
|---|---|
java.util.List<ISessionStartupAction> |
PentahoSystemBoot.getStartupActions()
Returns the list of startup actions. |
| Methods in org.pentaho.platform.engine.core.system.boot with parameters of type ISessionStartupAction | |
|---|---|
void |
PentahoSystemBoot.addStartupAction(ISessionStartupAction startupAction)
Adds a strtup action to the system. |
| Method parameters in org.pentaho.platform.engine.core.system.boot with type arguments of type ISessionStartupAction | |
|---|---|
void |
PentahoSystemBoot.setStartupActions(java.util.List<ISessionStartupAction> startupActions)
Sets the list of startup actions These actions will be executed on system startup or on session creation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||