org.wanghy.cache.provider
Class AbstractConfigurationResourceCacheManagerFactoryBean

java.lang.Object
  extended byorg.wanghy.cache.provider.AbstractSingletonCacheManagerFactoryBean
      extended byorg.wanghy.cache.provider.AbstractConfigurationResourceCacheManagerFactoryBean
All Implemented Interfaces:
DisposableBean, FactoryBean, InitializingBean
Direct Known Subclasses:
JcsCacheManagerFactoryBean, OscacheManagerFactoryBean

public abstract class AbstractConfigurationResourceCacheManagerFactoryBean
extends AbstractSingletonCacheManagerFactoryBean

Template for factories of cache managers configured through a file.

Version:
$Revision: 1.3 $ $Date: 2005/03/03 02:28:04 $
Author:
Alex Ruiz

Field Summary
private  Resource configLocation
          Location of the configuration file for the cache manager to build.
 
Constructor Summary
AbstractConfigurationResourceCacheManagerFactoryBean()
          Constructor.
 
Method Summary
 Resource getConfigLocation()
          Getter for field configLocation.
 void setConfigLocation(Resource configLocation)
          Setter for the field configLocation.
 
Methods inherited from class org.wanghy.cache.provider.AbstractSingletonCacheManagerFactoryBean
isSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.beans.factory.FactoryBean
getObject, getObjectType
 
Methods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
 
Methods inherited from interface org.springframework.beans.factory.DisposableBean
destroy
 

Field Detail

configLocation

private Resource configLocation
Location of the configuration file for the cache manager to build.

Constructor Detail

AbstractConfigurationResourceCacheManagerFactoryBean

public AbstractConfigurationResourceCacheManagerFactoryBean()
Constructor.

Method Detail

getConfigLocation

public final Resource getConfigLocation()
Getter for field configLocation.

Returns:
the field configLocation.

setConfigLocation

public final void setConfigLocation(Resource configLocation)
Setter for the field configLocation.

Parameters:
configLocation - the new value to set.


Copyright © 2004-2005 Alex Ruiz. All Rights Reserved.