|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Plugin
This interface represents a configuration for a service that needs to be notified about application startup and application shutdown.
Method Summary | |
---|---|
void |
destroy()
This method is called when an application stops. |
void |
initialize()
This method is called when an application starts. |
Method Detail |
---|
void initialize() throws Exception
Exception
- if an exception is encounteredvoid destroy() throws Exception
Exception
- if an exception is encountered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |