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.mvcc   
org.jboss.cache.statetransfer   
 

Classes in org.jboss.cache.lock used by org.jboss.cache
IdentityLock
          Deprecated. will be removed when we drop support for Pessimistic Locking and Optimistic Locking
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
          Deprecated. will be removed when we drop support for Pessimistic Locking and Optimistic Locking
 

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
          Deprecated. will be removed when we drop support for Pessimistic Locking and Optimistic Locking
 

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
AbstractLockManager
          Common lock manager functionality
FqnLockManager
          An abstract lock manager that deals with Fqns rather than nodes.
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
          Deprecated. since this is specific to legacy locking schemes
NodeLock
          Deprecated. will be removed when we drop support for Pessimistic Locking and Optimistic Locking
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.mvcc
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for nodes in the cache.
NodeLock
          Deprecated. will be removed when we drop support for Pessimistic Locking and Optimistic Locking
 

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.
 



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