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. when a lock could not be acquired within the timeout, or when a deadlock was detected.
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.lock
IsolationLevel
           
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.
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. 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
 



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