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

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

Uses of TimeoutException in org.jboss.cache
 

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

Uses of TimeoutException in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock that throw TimeoutException
 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 TimeoutException in org.jboss.cache.optimistic
 

Methods in org.jboss.cache.optimistic that throw TimeoutException
 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.