Uses of Class
org.pentaho.platform.api.engine.PluginLifecycleException
-
Uses of PluginLifecycleException in org.pentaho.platform.api.engine
Modifier and TypeMethodDescriptionvoid
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.