Uses of Class
org.pentaho.platform.api.engine.PluginLifecycleException
Packages that use PluginLifecycleException
- 
Uses of PluginLifecycleException in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that throw PluginLifecycleExceptionModifier and TypeMethodDescriptionvoidIPlatformPlugin.init()voidIPluginLifecycleListener.init()Called just prior to the plugin being registered with the platform.voidIPlatformPlugin.loaded()voidIPluginLifecycleListener.loaded()Called after the plugin has been registered with the platform, i.e.voidIPlatformReadyListener.ready()Called after the platform has been booted and is ready to receive requests.voidIPlatformPlugin.unLoaded()voidIPluginLifecycleListener.unLoaded()Called when the plugin needs to be unloaded.