Uses of Class
org.pentaho.platform.api.engine.PluginLifecycleException
-
Packages that use PluginLifecycleException Package Description org.pentaho.platform.api.engine -
-
Uses of PluginLifecycleException in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that throw PluginLifecycleException Modifier and Type Method Description void
IPlatformPlugin. init()
void
IPluginLifecycleListener. init()
Called just prior to the plugin being registered with the platform.void
IPlatformPlugin. loaded()
void
IPluginLifecycleListener. loaded()
Called after the plugin has been registered with the platform, i.e.void
IPlatformReadyListener. ready()
Called after the platform has been booted and is ready to receive requests.void
IPlatformPlugin. unLoaded()
void
IPluginLifecycleListener. unLoaded()
Called when the plugin needs to be unloaded.
-