Uses of Class
tp.LM.DeadLockException

Packages that use LM.DeadLockException
tp CSEP545 Final Project for Java 
tp.impl Please place your own code under this package. 
 

Uses of LM.DeadLockException in tp
 

Methods in tp that throw LM.DeadLockException
 void LM.lockForRead(Transaction context, Lockable resource)
          obtain a read lock for given resource
 void LM.lockForWrite(Transaction context, Lockable resource)
          obtain a write lock for given resource
 

Uses of LM.DeadLockException in tp.impl
 

Methods in tp.impl that throw LM.DeadLockException
 void MyLM.lockForRead(Transaction context, Lockable resource)
           
 void MyLM.lockForWrite(Transaction context, Lockable resource)