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.Exceptionvoid destroy()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2006-2016 The Apache Software Foundation. All Rights Reserved.