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.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.
LockingException
          Used for all locking-related exceptions, e.g. when a lock could not be acquired within the timeout, or when a deadlock was detected or an upgrade failed.
NodeLock
          Interface for a lock for nodes.
NodeLock.LockType
           
TimeoutException
          Thrown when a timeout occurred. used by operations with timeouts, e.g. lock acquisition, or waiting for responses from all members.
 

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
NodeLock.LockType
           
 

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. when a lock could not be acquired within the timeout, or when a deadlock was detected or an upgrade failed.
LockMap
          Provide lock ownership mapping.
LockStrategy
          Interface to specify lock strategy, e.g., for different isolation levels.
NodeLock
          Interface for a lock for nodes.
NodeLock.LockType
           
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. used by operations with timeouts, e.g. lock acquisition, or waiting for responses from all members.
UpgradeException
          Used when a read-lock cannot be upgraded to a write-lock
 

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



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