Package | Description |
---|---|
org.jboss.osgi.framework.internal | |
org.jboss.osgi.framework.spi |
Modifier and Type | Method and Description |
---|---|
<T extends LockManager.LockableItem> |
LockManagerImpl.getItemForType(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
LockManager.LockContext |
LockManagerImpl.lockItems(LockManager.Method method,
LockManager.LockableItem... items) |
LockManager.LockContext |
LockManagerImpl.lockItems(LockManager.Method method,
long timeout,
TimeUnit unit,
LockManager.LockableItem... items) |
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(org.jboss.osgi.resolver.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(org.jboss.osgi.resolver.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 © 2013 JBoss by Red Hat. All rights reserved.