| Package | Description |
|---|---|
| org.jboss.osgi.framework.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBundleAdaptor
An abstract implementation that adapts a
Module to a Bundle |
class |
FrameworkWiringLock
A lock for the framework wiring.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends LockManager.LockableItem> |
LockManager.getItemForType(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
static LockManager.LockableItem[] |
LockUtils.getLockableItems(XBundle[] bundles,
LockManager.LockableItem[] others) |
| Modifier and Type | Method and Description |
|---|---|
List<LockManager.LockableItem> |
LockManager.LockContext.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static LockManager.LockableItem[] |
LockUtils.getLockableItems(XBundle[] bundles,
LockManager.LockableItem[] others) |
LockManager.LockContext |
LockManager.lockItems(LockManager.Method method,
LockManager.LockableItem... items)
Lock the number of given items
|
LockManager.LockContext |
LockManager.lockItems(LockManager.Method method,
long timeout,
TimeUnit unit,
LockManager.LockableItem... items)
Lock the number of given items with timeout
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.