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 voidDistributedLockManager. lock(java.lang.Object lockId, java.lang.Object owner, int timeout)Locks an object withlockIdon behalf of the specifiedowner.voidLockManager. lock(java.lang.Object obj, java.lang.Object owner, int timeout)Obtain lock onobjfor specifiedowner.
-