Uses of Class
org.objectweb.jotm.core.conflict.NoSuchLockException

Packages that use NoSuchLockException
org.objectweb.jotm.core.conflict Specifies JOTM 2 conflict management API 
org.objectweb.jotm.impl.core.conflict Provides some implementations of the org.objectweb.jotm.core.conflict interfaces 
 

Uses of NoSuchLockException in org.objectweb.jotm.core.conflict
 

Methods in org.objectweb.jotm.core.conflict that throw NoSuchLockException
 void Lock.release(Locker locker)
          Releases lock.
 

Uses of NoSuchLockException in org.objectweb.jotm.impl.core.conflict
 

Methods in org.objectweb.jotm.impl.core.conflict that throw NoSuchLockException
 void TransactionalLock.release()
          Releases transactional lock.
 void BasicLock.release(Locker locker)