|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KettleLifecycleListener
A callback to be notified when the Kettle environment is initialized and shut down.
| Method Summary | |
|---|---|
void |
onEnvironmentInit()
Called during KettleEnvironment initialization. |
void |
onEnvironmentShutdown()
Called when the VM that initialized KettleEnvironment terminates. |
| Method Detail |
|---|
void onEnvironmentInit()
throws LifecycleException
KettleEnvironment initialization.
LifecycleException - to indicate the listener did not complete
successfully. Severe LifecycleExceptions will stop the
initialization of the KettleEnvironment.void onEnvironmentShutdown()
KettleEnvironment terminates.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||