public class ClusteredLockConfiguration
extends java.lang.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() |
java.lang.String |
toString() |
public ClusteredLockConfiguration()
OwnershipLevel.NODEpublic boolean isReentrant()
public OwnershipLevel getOwnershipLevel()
OwnershipLevel or this lockpublic java.lang.String toString()
toString in class java.lang.Object