uPortal 2.4.1
API Documentation

org.jasig.portal.concurrency.locking
Class ReferenceEntityLockServiceFactory

java.lang.Object
  extended byorg.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.5 $
Author:
Dan Ellentuck

Constructor Summary
ReferenceEntityLockServiceFactory()
          ReferenceEntityLockServiceFactory constructor.
 
Method Summary
 IEntityLockService newLockService()
          Return an instance of the service implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

uPortal 2.4.1
API Documentation