uPortal 2.4.1
API Documentation

org.jasig.portal.concurrency
Interface IEntityLockServiceFactory

All Known Implementing Classes:
ReferenceEntityLockServiceFactory

public interface IEntityLockServiceFactory

Factory interface for creating an IEntityLockService.

Version:
$Revision: 1.1 $
Author:
Dan Ellentuck

Method Summary
 IEntityLockService newLockService()
          Return an IEntityLockService instance.
 

Method Detail

newLockService

public IEntityLockService newLockService()
                                  throws LockingException
Return an IEntityLockService instance.

Returns:
org.jasig.portal.concurrency.IEntityLockService
Throws:
LockingException

uPortal 2.4.1
API Documentation