Uses of Interface
org.jasig.portal.concurrency.locking.IEntityLockStore

Packages that use IEntityLockStore
org.jasig.portal.concurrency.locking   
 

Uses of IEntityLockStore in org.jasig.portal.concurrency.locking
 

Classes in org.jasig.portal.concurrency.locking that implement IEntityLockStore
 class MemoryEntityLockStore
          In-memory store for IEntityLocks.
 class RDBMEntityLockStore
          RDBMS-based store for IEntityLocks.
 

Fields in org.jasig.portal.concurrency.locking declared as IEntityLockStore
private  IEntityLockStore ReferenceEntityLockService.lockStore
           
private static IEntityLockStore MemoryEntityLockStore.singleton
           
private static IEntityLockStore RDBMEntityLockStore.singleton
           
 

Methods in org.jasig.portal.concurrency.locking that return IEntityLockStore
private  IEntityLockStore ReferenceEntityLockService.getLockStore()
           
static IEntityLockStore MemoryEntityLockStore.singleton()
           
static IEntityLockStore RDBMEntityLockStore.singleton()