public interface Extension
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy should be synchronous and only return when the extension
has been fully destroyed.
|
void |
start()
Start this extension.
|
void start() throws java.lang.Exception
java.lang.Exception
- If starting fails.void destroy() throws java.lang.Exception
java.lang.Exception
- If destroying fails.