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

Packages that use LockingException
org.jboss.cache.lock   
 

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.acquire(java.lang.Object caller, long timeout, LockType lock_type)
          Deprecated.  
 boolean NodeLock.acquire(java.lang.Object caller, long timeout, LockType lock_type)
          Deprecated.  
 java.util.Set<NodeLock> IdentityLock.acquireAll(java.lang.Object caller, long timeout, LockType lock_type)
          Deprecated.  
 java.util.Set<NodeLock> NodeLock.acquireAll(java.lang.Object caller, long timeout, LockType lock_type)
          Deprecated. Recursively acquire locks for this node and all subnodes, including internal Fqns such as buddy backup subtrees.
 java.util.Set<NodeLock> IdentityLock.acquireAll(java.lang.Object caller, long timeout, LockType lock_type, boolean excludeInternalFqns)
          Deprecated.  
 java.util.Set<NodeLock> NodeLock.acquireAll(java.lang.Object caller, long timeout, LockType lock_type, boolean excludeInternalFqns)
          Deprecated. Same as the overloaded NodeLock.acquire(Object, long, LockType) except that you can optionally specify that internal Fqns - such as buddy backup subtrees - can be excluded when acquiring locks.
 boolean IdentityLock.acquireReadLock(java.lang.Object caller, long timeout)
          Deprecated. Acquire a read lock with a timeout period of timeout milliseconds.
 boolean NodeLock.acquireReadLock(java.lang.Object caller, long timeout)
          Deprecated. Acquires a read lock with a timeout period of timeout milliseconds.
 boolean IdentityLock.acquireWriteLock(java.lang.Object caller, long timeout)
          Deprecated. Acquire a write lock with a timeout of timeout milliseconds.
 boolean NodeLock.acquireWriteLock(java.lang.Object caller, long timeout)
          Deprecated. Acquires a write lock with a timeout of timeout milliseconds.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.