Uses of Interface
org.jasig.portal.concurrency.IEntityLockService

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

Uses of IEntityLockService in org.jasig.portal.concurrency
 

Methods in org.jasig.portal.concurrency that return IEntityLockService
 IEntityLockService IEntityLockServiceFactory.newLockService()
          Return an IEntityLockService instance.
 

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

Classes in org.jasig.portal.concurrency.locking that implement IEntityLockService
 class ReferenceEntityLockService
           
 

Methods in org.jasig.portal.concurrency.locking that return IEntityLockService
protected  IEntityLockService EntityLockImpl.getService()
           
 IEntityLockService ReferenceEntityLockServiceFactory.newLockService()
          Return an instance of the service implementation.
static IEntityLockService ReferenceEntityLockService.singleton()
           
 

Constructors in org.jasig.portal.concurrency.locking with parameters of type IEntityLockService
EntityLockImpl(Class newEntityType, String newEntityKey, int newLockType, Date newExpirationTime, String newLockOwner, IEntityLockService newService)
           
 



Copyright © 2010 Jasig. All Rights Reserved.