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

Uses of Package org.jboss.cache.lock (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


Uses of Package
org.jboss.cache.lock

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

Classes in org.jboss.cache.lock used by org.jboss.cache
IdentityLock
          Lock object which grants and releases locks, and associates locks with owners.
IsolationLevel
           
LockingException
          Used for all locking-related exceptions, e.g.
TimeoutException
          Thrown when a timeout occurred.
 

Classes in org.jboss.cache.lock used by org.jboss.cache.lock
IsolationLevel
           
LockingException
          Used for all locking-related exceptions, e.g.
LockManager
          Interface for acquising and releasing locks on nodes of the cache.
LockStrategy
          Interface to specify lock strategy, e.g., for different isolation levels.
OwnerNotExistedException
           
ReadWriteLockWithUpgrade
           
ReadWriteLockWithUpgrade.ReaderLock
           
ReadWriteLockWithUpgrade.Signaller
          Reader and Writer requests are maintained in two different wait sets, by two different objects.
ReadWriteLockWithUpgrade.WriterLock
           
TimeoutException
          Thrown when a timeout occurred.
UpgradeException
          Used when a read-lock cannot be upgraded to a write-lock
 



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