org.jasig.portal.concurrency
Interface IEntityLockServiceFactory

All Known Implementing Classes:
ReferenceEntityLockServiceFactory

public interface IEntityLockServiceFactory

Factory interface for creating an IEntityLockService.

Version:
$Revision: 1.2 $
Author:
Dan Ellentuck

Method Summary
 IEntityLockService newLockService()
          Return an IEntityLockService instance.
 

Method Detail

newLockService

IEntityLockService newLockService()
                                  throws LockingException
Return an IEntityLockService instance.

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