public abstract class ContextShutdownHandler extends Object
| Constructor and Description |
|---|
ContextShutdownHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleStop(org.osgi.framework.Bundle bundle)
We must guarantee the order in which the event is consumed by the
collaborators since subsequent operations may depend on the resulting
state.
Furthermore, the operations performed by the event handling parties may encounter further locks which may be blocked by threads waiting for the EventhandlingBarrier, thus resulting in a deadlock. |
public void handleStop(org.osgi.framework.Bundle bundle)
EventhandlingBarrier, thus resulting in a deadlock. asynchronously.Copyright © 2014–2015. All rights reserved.