Uses of Class
org.pentaho.platform.api.engine.PluginLifecycleException

Packages that use PluginLifecycleException
org.pentaho.platform.api.engine   
org.pentaho.platform.plugin.services.pluginmgr   
 

Uses of PluginLifecycleException in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that throw PluginLifecycleException
 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 IPlatformPlugin.unLoaded()
           
 void IPluginLifecycleListener.unLoaded()
          Called when the plugin needs to be unloaded.
 

Uses of PluginLifecycleException in org.pentaho.platform.plugin.services.pluginmgr
 

Methods in org.pentaho.platform.plugin.services.pluginmgr that throw PluginLifecycleException
 void PlatformPlugin.init()
           
 void PlatformPlugin.loaded()
           
 void PlatformPlugin.unLoaded()