Package | Description |
---|---|
org.jboss.osgi.framework.internal | |
org.jboss.osgi.framework.spi |
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 | Method and Description |
---|---|
LockManager.Method |
LockManager.LockContext.getMethod() |
static LockManager.Method |
LockManager.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockManager.Method[] |
LockManager.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.