Uses of Class
ccs.beetree.DeadlockException

Packages that use DeadlockException
ccs.beetree A B-Tree-based BLOB persistence engine. 
ccs.cdb Object-persistence layer on top of the BeeTree BLOB-persistence engine. 
 

Uses of DeadlockException in ccs.beetree
 

Methods in ccs.beetree that throw DeadlockException
 void BeeTree.lock()
          Acquires a hold on the BeeTree's nestable (re-entrant) mutex.
 void BeeObject.lock()
          Acquire one hold on the BeeObject's nestable mutex.
 void DualModeLock.lockRO()
          Lock for read-only operations.
 void DualModeLock.lockRW()
          Lock for read-write operations.
 

Uses of DeadlockException in ccs.cdb
 

Methods in ccs.cdb that throw DeadlockException
 boolean CDBeeTree.hasSet(java.lang.Class setClass)
          Whether a set is already in the CDB.
 boolean CDBeeTree.hasSubClass(java.lang.Class setClass, java.lang.Class subClass)
          Whether the specified set exists, and has the specified class as a sub-class - see addSubClass and the opening essay.
 java.lang.Class[] CDBeeTree.listSetClasses()
          Retuns a list of the set classes present in this CDB.
 java.lang.Class[] CDBeeTree.listSubClasses(java.lang.Class setClass)
          Returns a list of the sub-classes of a given set of this CDB.