|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginInterface
A PluginInterface interface for dynamic class loading of plugin components within the watch component.
| Method Summary | |
|---|---|
String |
getDescription()
Retrieves a short human readable description of this plugin. |
String |
getName()
Retrieves the name of this plugin. |
PluginType |
getPluginType()
Retrieves the type of the plugin. |
String |
getVersion()
Retrieves the version of this plugin. |
void |
init()
Initializes the plugin. |
void |
shutdown()
This method is called exactly once before the system shuts down or when the component decides this plugin is not needed anymore. |
| Method Detail |
|---|
void init()
throws PluginException
PluginException - if something goes wrong during the initialization process.
void shutdown()
throws PluginException
PluginException - if something goes wrong.String getName()
String getVersion()
String getDescription()
PluginType getPluginType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||