uPortal 2.4.1
API Documentation

org.jasig.portal.concurrency.caching
Class ReferenceEntityCachingServiceFactory

java.lang.Object
  extended byorg.jasig.portal.concurrency.caching.ReferenceEntityCachingServiceFactory
All Implemented Interfaces:
IEntityCachingServiceFactory

public class ReferenceEntityCachingServiceFactory
extends java.lang.Object
implements IEntityCachingServiceFactory

Creates an instance of IEntityCachingService.

Version:
$Revision: 1.5 $
Author:
Dan Ellentuck

Constructor Summary
ReferenceEntityCachingServiceFactory()
          ReferenceEntityLockServiceFactory constructor.
 
Method Summary
 IEntityCachingService newCachingService()
          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

ReferenceEntityCachingServiceFactory

public ReferenceEntityCachingServiceFactory()
ReferenceEntityLockServiceFactory constructor.

Method Detail

newCachingService

public IEntityCachingService newCachingService()
                                        throws CachingException
Return an instance of the service implementation.

Specified by:
newCachingService in interface IEntityCachingServiceFactory
Returns:
org.jasig.portal.concurrency.caching.IEntityCachingService
Throws:
CachingException

uPortal 2.4.1
API Documentation