|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.cluster.AbstractLock
com.caucho.cluster.ClusterLock
@Singleton @Configurable public class ClusterLock
Distributed lock. Using the cache is like using java.util.concurrent.locks.Lock.
Constructor Summary | |
---|---|
ClusterLock()
|
|
ClusterLock(java.lang.String name)
|
Method Summary |
---|
Methods inherited from class com.caucho.cluster.AbstractLock |
---|
getName, init, lock, lockInterruptibly, newCondition, setGuid, setName, toString, tryLock, tryLock, unlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClusterLock()
public ClusterLock(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |