| 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 Object |
getLock() |
boolean |
isDestroyed() |
void |
start()
Start this extension.
|
public boolean isDestroyed()
public void start()
throws Exception
Extensionpublic void destroy()
throws Exception
Extensionprotected Object getLock()
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.