org.jasig.portal.concurrency.caching
Class ReferenceEntityCachingServiceFactory

java.lang.Object
  extended by org.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.6 $
Author:
Dan Ellentuck

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
ReferenceEntityCachingServiceFactory()
          ReferenceEntityLockServiceFactory constructor.
 
Method Summary
 IEntityCachingService newCachingService()
          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

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