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 voidIPlatformPlugin. 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.
-