| Constructor and Description |
|---|
SimpleExtension(org.osgi.framework.Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy should be synchronous and only return when the extension
has been fully destroyed.
|
protected abstract void |
doDestroy() |
protected abstract void |
doStart() |
protected java.lang.Object |
getLock() |
boolean |
isDestroyed() |
void |
start()
Start this extension.
|
public boolean isDestroyed()
public void start()
throws java.lang.Exception
Extensionpublic void destroy()
throws java.lang.Exception
Extensionprotected java.lang.Object getLock()
protected abstract void doStart()
throws java.lang.Exception
java.lang.Exceptionprotected abstract void doDestroy()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2006-2016 The Apache Software Foundation. All Rights Reserved.