| Package | Description |
|---|---|
| org.jboss.as.clustering.lock |
| Modifier and Type | Method and Description |
|---|---|
SharedLocalYieldingClusterLockManager.LockResult |
SharedLocalYieldingClusterLockManager.lock(Serializable lockName,
long timeout)
Acquire the given lock.
|
SharedLocalYieldingClusterLockManager.LockResult |
SharedLocalYieldingClusterLockManager.lock(Serializable lockName,
long timeout,
boolean newLock)
Acquire the given lock.
|
static SharedLocalYieldingClusterLockManager.LockResult |
SharedLocalYieldingClusterLockManager.LockResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedLocalYieldingClusterLockManager.LockResult[] |
SharedLocalYieldingClusterLockManager.LockResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.