Package | Description |
---|---|
org.pentaho.platform.api.engine |
Modifier and Type | Method and Description |
---|---|
void |
IPluginLifecycleListener.init()
Called just prior to the plugin being registered with the platform.
|
void |
IPlatformPlugin.init() |
void |
IPluginLifecycleListener.loaded()
Called after the plugin has been registered with the platform, i.e.
|
void |
IPlatformPlugin.loaded() |
void |
IPlatformReadyListener.ready()
Called after the platform has been booted and is ready to receive requests.
|
void |
IPluginLifecycleListener.unLoaded()
Called when the plugin needs to be unloaded.
|
void |
IPlatformPlugin.unLoaded() |
Copyright © 2020 Hitachi Vantara. All rights reserved.