public class ClusteredLockConfiguration extends Object
The only mode supported now is "non reentrant" locks for "nodes".
| Constructor and Description |
|---|
ClusteredLockConfiguration()
Default lock is non reentrant and the ownership level is
OwnershipLevel.NODE |
| Modifier and Type | Method and Description |
|---|---|
OwnershipLevel |
getOwnershipLevel() |
boolean |
isReentrant() |
String |
toString() |
public ClusteredLockConfiguration()
OwnershipLevel.NODEpublic boolean isReentrant()
public OwnershipLevel getOwnershipLevel()
OwnershipLevel or this lockCopyright © 2020 JBoss, a division of Red Hat. All rights reserved.