站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 Cache API Documentation 英文版文档

Uses of Class org.jboss.cache.lock.LockingException (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


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

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

Uses of LockingException in org.jboss.cache
 

Methods in org.jboss.cache that throw LockingException
 boolean Node.acquire(Object owner, long timeout, int lock_type)
          Acquire a node object by locking it first.
protected  boolean Node.acquireReadLock(Object owner, long timeout)
           
protected  boolean Node.acquireWriteLock(Object owner, long timeout)
           
protected  void Node.acquireAll(Object owner, long timeout, int lock_type)
          Acquires locks for the entire subtree
 

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.acquireWriteLock(Object owner, long timeout)
          Acquire a write lock with a timeout of timeout milliseconds.
 boolean IdentityLock.acquireReadLock(Object owner, long timeout)
          Acquire a read lock with a timeout period of timeout milliseconds.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.