|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginSystemLifecycle
Controls the life-cycle of the plugin system.
| Method Summary | |
|---|---|
void |
init()
Initialise the plugin system. |
void |
shutdown()
Destroys the plugin manager. |
void |
warmRestart()
Restart all plugins by disabling and enabling them in the order they were loaded (by plugin loader) |
| Method Detail |
|---|
void init()
throws PluginParseException,
NotificationException
PluginParseException - If parsing the plugins failed.
IllegalStateException - if already initialized or already in the process of initialization.
NotificationException - If any of the Event Listeners throw an exception on the Framework startup events.void shutdown()
void warmRestart()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||