|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generic Interface for any plugin used from jwma.
Method Summary | |
void |
activate()
Activates the plugin for subsequent use. |
void |
deactivate()
Deactivates the plugin. |
Method Detail |
public void activate() throws JwmaException
This method is called during bootstrap to allow an implementation to initialize properly. If the plugin cannot perform it's task, it has to throw a JwmaException.
JwmaException
- if initialization failed.public void deactivate()
This method is called during shutdown or probably on dynamic implementation exchange, to allow an implementation to finalize properly.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |