Uses of Package
org.jboss.cache.lock

Packages that use org.jboss.cache.lock
org.jboss.cache   
org.jboss.cache.config   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.loader   
org.jboss.cache.lock   
org.jboss.cache.statetransfer   
org.jboss.cache.transaction   
 

Classes in org.jboss.cache.lock used by org.jboss.cache
IdentityLock
          Lock object which grants and releases locks, and associates locks with owners.
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for nodes in the cache.
LockStrategyFactory
          Factory to create LockStragtegy instance.
NodeLock
          Interface for a lock for nodes.
 

Classes in org.jboss.cache.lock used by org.jboss.cache.config
IsolationLevel
          Various transaction isolation levels as an enumerated class.
 

Classes in org.jboss.cache.lock used by org.jboss.cache.interceptors
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for nodes in the cache.
LockType
          An enumeration to define different types of locks.
 

Classes in org.jboss.cache.lock used by org.jboss.cache.invocation
NodeLock
          Interface for a lock for nodes.
 

Classes in org.jboss.cache.lock used by org.jboss.cache.loader
StripedLock
          A simple implementation of lock striping, using Fqns as the keys to lock on, primarily used to help make CacheLoader implemtations thread safe.
 

Classes in org.jboss.cache.lock used by org.jboss.cache.lock
IsolationLevel
          Various transaction isolation levels as an enumerated class.
LockingException
          Used for all locking-related exceptions, e.g.
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for nodes in the cache.
LockMap
          Provide lock ownership mapping.
LockStrategy
          Interface to specify lock strategy, e.g., for different isolation levels.
LockStrategyFactory
          Factory to create LockStragtegy instance.
LockType
          An enumeration to define different types of locks.
NodeBasedLockManager
           
NodeLock
          Interface for a lock for nodes.
OwnerNotExistedException
           
ReadWriteLockWithUpgrade
           This class is similar to PreferredWriterReadWriteLock except that the read lock is upgradable to write lock.
ReadWriteLockWithUpgrade.ReaderLock
           
ReadWriteLockWithUpgrade.WriterLock
           
TimeoutException
          Thrown when a timeout occurred.
UpgradeException
          Used when a read-lock cannot be upgraded to a write-lock
 

Classes in org.jboss.cache.lock used by org.jboss.cache.statetransfer
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for nodes in the cache.
 

Classes in org.jboss.cache.lock used by org.jboss.cache.transaction
NodeLock
          Interface for a lock for nodes.
 



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