org.jasig.portal.concurrency |
|
Java Source File Name | Type | Comment |
CachingException.java | Class | A CachingException describes a problem that has arisen during
an attempt to add, update, remove or reference a cache entry. |
IEntityCache.java | Interface | Defines the api for a cache that caches IBasicEntities
of a single type. |
IEntityCachingService.java | Interface | Defines an api for a caching service that caches and retrieves
IBasicEntities . |
IEntityCachingServiceFactory.java | Interface | Factory interface for creating an IEntityCachingService . |
IEntityLock.java | Interface | 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.java | Interface | Defines an api for acquiring lock objects, IEntityLocks , that
can be used to control concurrent access to portal entities. |
IEntityLockServiceFactory.java | Interface | Factory interface for creating an IEntityLockService . |
LockingException.java | Class | A LockingException describes a problem that has arisen during
an attempt to create or alter an IEntityLock . |