Uses of Class
org.jgroups.blocks.LockNotGrantedException
-
Packages that use LockNotGrantedException Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of LockNotGrantedException in org.jgroups.blocks
Methods in org.jgroups.blocks that throw LockNotGrantedException Modifier and Type Method Description void
DistributedLockManager. lock(java.lang.Object lockId, java.lang.Object owner, int timeout)
Locks an object withlockId
on behalf of the specifiedowner
.void
LockManager. lock(java.lang.Object obj, java.lang.Object owner, int timeout)
Obtain lock onobj
for specifiedowner
.
-