org.jasig.portal.concurrency.locking
Class ReferenceEntityLockServiceFactory

java.lang.Object
  extended by org.jasig.portal.concurrency.locking.ReferenceEntityLockServiceFactory
All Implemented Interfaces:
IEntityLockServiceFactory

public class ReferenceEntityLockServiceFactory
extends java.lang.Object
implements IEntityLockServiceFactory

Creates the reference implemetation of IEntityLockService.

Version:
$Revision: 1.7 $
Author:
Dan Ellentuck

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
ReferenceEntityLockServiceFactory()
          ReferenceEntityLockServiceFactory constructor.
 
Method Summary
 IEntityLockService newLockService()
          Return an instance of the service implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

ReferenceEntityLockServiceFactory

public ReferenceEntityLockServiceFactory()
ReferenceEntityLockServiceFactory constructor.

Method Detail

newLockService

public IEntityLockService newLockService()
                                  throws LockingException
Return an instance of the service implementation.

Specified by:
newLockService in interface IEntityLockServiceFactory
Returns:
org.jasig.portal.concurrency.locking.IEntityLockService
Throws:
LockingException