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

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


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

Packages that use UpgradeException
org.jboss.cache.lock   
 

Uses of UpgradeException in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock that throw UpgradeException
 EDU.oswego.cs.dl.util.concurrent.Sync ReadWriteLockWithUpgrade.upgradeLockAttempt(long msecs)
          Attempt to obtain an upgrade to writer lock.
 EDU.oswego.cs.dl.util.concurrent.Sync LockStrategySerializable.upgradeLockAttempt(long msecs)
           
 EDU.oswego.cs.dl.util.concurrent.Sync LockStrategyRepeatableRead.upgradeLockAttempt(long msecs)
           
 EDU.oswego.cs.dl.util.concurrent.Sync LockStrategyReadUncommitted.upgradeLockAttempt(long msecs)
           
 EDU.oswego.cs.dl.util.concurrent.Sync LockStrategyReadCommitted.upgradeLockAttempt(long msecs)
           
 EDU.oswego.cs.dl.util.concurrent.Sync LockStrategyNone.upgradeLockAttempt(long msecs)
           
 EDU.oswego.cs.dl.util.concurrent.Sync LockStrategy.upgradeLockAttempt(long msecs)
          Attempt to upgrade the current read lock to write lock with msecs timeout.
 void LockManagerImpl.getWriteLock(TreeCache cache, String fqn, long timeout)
           
 void LockManager.getWriteLock(TreeCache cache, String fqn, long timeout)
          Acquires a write-lock.
 



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