Uses of Class
lockmgr.DeadlockException

Packages that use DeadlockException
lockmgr   
 

Uses of DeadlockException in lockmgr
 

Methods in lockmgr that throw DeadlockException
 boolean ILockManager.lock(int xid, java.lang.String strData, LockType lockType)
          Locks a data object in read or write mode blocking the caller if lock cannot be acquired.
 boolean CopyOfLockManager.lock(int xid, java.lang.String strData, LockType lockType)
           
 boolean LockManager.lock(int xid, java.lang.String strData, LockType lockType)