Uses of Class
org.jgroups.blocks.LockNotReleasedException

Packages that use LockNotReleasedException
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
 

Uses of LockNotReleasedException in org.jgroups.blocks
 

Methods in org.jgroups.blocks that throw LockNotReleasedException
 void LockManager.unlock(java.lang.Object obj, java.lang.Object owner)
          Release lock on obj owned by specified owner.
 void LockManager.unlock(java.lang.Object obj, java.lang.Object owner, boolean releaseMultiLocked)
          Release lock on obj owned by specified owner.
 void DistributedLockManager.unlock(java.lang.Object lockId, java.lang.Object owner)
          Unlocks an object with lockId on behalf of the specified owner.
 void DistributedLockManager.unlock(java.lang.Object lockId, java.lang.Object owner, boolean releaseMultiLocked)
          Unlocks an object with lockId on behalf of the specified owner.
 



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.