Uses of Class
org.jgroups.blocks.LockNotReleasedException
Packages that use LockNotReleasedException
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of LockNotReleasedException in org.jgroups.blocks
Methods in org.jgroups.blocks that throw LockNotReleasedExceptionModifier and TypeMethodDescriptionvoid
Unlocks an object withlockId
on behalf of the specifiedowner
.void
Unlocks an object withlockId
on behalf of the specifiedowner
.void
DistributedLockManager.unlock
(Object lockId, Object owner, boolean releaseMultiLocked, long timeout) void
void
Release lock onobj
owned by specifiedowner
.void
Release lock onobj
owned by specifiedowner
.