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
 Lock ReadWriteLockWithUpgrade.upgradeLockAttempt(long msecs)
          Attempt to obtain an upgrade to writer lock.
 Lock LockStrategySerializable.upgradeLockAttempt(long msecs)
           
 Lock LockStrategyRepeatableRead.upgradeLockAttempt(long msecs)
           
 Lock LockStrategyReadUncommitted.upgradeLockAttempt(long msecs)
           
 Lock LockStrategyReadCommitted.upgradeLockAttempt(long msecs)
           
 Lock LockStrategyNone.upgradeLockAttempt(long msecs)
           
 Lock LockStrategy.upgradeLockAttempt(long msecs)
          Attempt to upgrade the current read lock to write lock with msecs timeout.
 



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