Uses of Package
org.jasig.portal.concurrency

Packages that use org.jasig.portal.concurrency
org.jasig.portal.concurrency   
org.jasig.portal.concurrency.caching   
org.jasig.portal.concurrency.locking   
org.jasig.portal.groups   
org.jasig.portal.services   
 

Classes in org.jasig.portal.concurrency used by org.jasig.portal.concurrency
CachingException
          A CachingException describes a problem that has arisen during an attempt to add, update, remove or reference a cache entry.
IEntityCachingService
          Defines an api for a caching service that caches and retrieves IBasicEntities.
IEntityLock
          Defines a lock associated with an owner and a portal entity that guarantees some degree of exclusive access to the entity, depending on lockType and expirationTime.
IEntityLockService
          Defines an api for acquiring lock objects, IEntityLocks, that can be used to control concurrent access to portal entities.
LockingException
          A LockingException describes a problem that has arisen during an attempt to create or alter an IEntityLock.
 

Classes in org.jasig.portal.concurrency used by org.jasig.portal.concurrency.caching
CachingException
          A CachingException describes a problem that has arisen during an attempt to add, update, remove or reference a cache entry.
IEntityCache
          Defines the api for a cache that caches IBasicEntities of a single type.
IEntityCachingService
          Defines an api for a caching service that caches and retrieves IBasicEntities.
IEntityCachingServiceFactory
          Factory interface for creating an IEntityCachingService.
 

Classes in org.jasig.portal.concurrency used by org.jasig.portal.concurrency.locking
IEntityLock
          Defines a lock associated with an owner and a portal entity that guarantees some degree of exclusive access to the entity, depending on lockType and expirationTime.
IEntityLockService
          Defines an api for acquiring lock objects, IEntityLocks, that can be used to control concurrent access to portal entities.
IEntityLockServiceFactory
          Factory interface for creating an IEntityLockService.
LockingException
          A LockingException describes a problem that has arisen during an attempt to create or alter an IEntityLock.
 

Classes in org.jasig.portal.concurrency used by org.jasig.portal.groups
CachingException
          A CachingException describes a problem that has arisen during an attempt to add, update, remove or reference a cache entry.
IEntityLock
          Defines a lock associated with an owner and a portal entity that guarantees some degree of exclusive access to the entity, depending on lockType and expirationTime.
 

Classes in org.jasig.portal.concurrency used by org.jasig.portal.services
CachingException
          A CachingException describes a problem that has arisen during an attempt to add, update, remove or reference a cache entry.
IEntityCachingService
          Defines an api for a caching service that caches and retrieves IBasicEntities.
IEntityLock
          Defines a lock associated with an owner and a portal entity that guarantees some degree of exclusive access to the entity, depending on lockType and expirationTime.
IEntityLockService
          Defines an api for acquiring lock objects, IEntityLocks, that can be used to control concurrent access to portal entities.
LockingException
          A LockingException describes a problem that has arisen during an attempt to create or alter an IEntityLock.