|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EtmPlugin
An EtmPlugin is an optional service which may be attached to an existing EtmMonitor instance. An EtmPlugin should offer a constructor taking an EtmMonitor argument in order to get access to its managing monitor.
| Method Summary | |
|---|---|
PluginMetaData |
getPluginMetaData()
Returns metadata of the plugin. |
void |
init(EtmMonitorContext ctx)
Lifecycle Method, will be called before start(), after initalization of
the current EtmMonitor runtime. |
void |
start()
Callback for plugin start. |
void |
stop()
Callback for plugin stop() |
| Method Detail |
|---|
void init(EtmMonitorContext ctx)
start(), after initalization of
the current EtmMonitor runtime.
ctx - The current EtmMonitor Context.void start()
void stop()
PluginMetaData getPluginMetaData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||