|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginLifecycle
A Plugin extension with callbacks made by the service at key points of its lifecycle.
Plugin| Method Summary | |
|---|---|
void |
start(Environment environment)
Invoked by the service when plugin is first loaded. |
void |
stop(Environment environment)
Invoked by the service when the plugin, or the service, are stopped. |
| Methods inherited from interface org.gcube.data.tmf.api.Plugin |
|---|
binder, description, isAnchored, name, properties, requestSchemas |
| Method Detail |
|---|
void start(Environment environment)
throws Exception
environment - the deployment environment of the plugin.
Exceptionvoid stop(Environment environment)
environment - the deployment environment of the plugin.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||