Uses of Class
org.jboss.cache.lock.LockingException

Packages that use LockingException
org.jboss.cache   
org.jboss.cache.lock   
org.jboss.cache.optimistic   
 

Uses of LockingException in org.jboss.cache
 

Methods in org.jboss.cache that throw LockingException
 void TreeCache._lock(Fqn fqn, int lock_type, boolean recursive)
          Should not be called.
 boolean Node.acquire(java.lang.Object caller, long timeout, int lock_type)
           
 boolean DataNode.acquire(java.lang.Object caller, long lock_acquisition_timeout, int lockTypeWrite)
          Returns true if a lock is acquired.
 java.util.Set TreeNode.acquireAll(java.lang.Object caller, long timeout, int lock_type)
          Deprecated. Will be removed in JBossCache 1.3.
 java.util.Set Node.acquireAll(java.lang.Object caller, long timeout, int lock_type)
           
protected  boolean Node.acquireReadLock(java.lang.Object caller, long timeout)
           
protected  boolean Node.acquireWriteLock(java.lang.Object caller, long timeout)
           
 

Uses of LockingException in org.jboss.cache.lock
 

Subclasses of LockingException in org.jboss.cache.lock
 class DeadlockException
          Used when a lock acquisition would cause a deadlock.
 class UpgradeException
          Used when a read-lock cannot be upgraded to a write-lock
 

Methods in org.jboss.cache.lock that throw LockingException
 boolean IdentityLock.acquireReadLock(java.lang.Object caller, long timeout)
          Acquire a read lock with a timeout period of timeout milliseconds.
 boolean IdentityLock.acquireWriteLock(java.lang.Object caller, long timeout)
          Acquire a write lock with a timeout of timeout milliseconds.
 

Uses of LockingException in org.jboss.cache.optimistic
 

Methods in org.jboss.cache.optimistic that throw LockingException
 java.util.Set WorkspaceNodeImpl.acquireAll(java.lang.Object caller, long timeout, int lock_type)
          Deprecated. Will be removed in JBossCache 1.3.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.