org.wanghy.cache.provider
Class AbstractConfigurationResourceCacheManagerFactoryBean
java.lang.Object
org.wanghy.cache.provider.AbstractSingletonCacheManagerFactoryBean
org.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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configLocation
private Resource configLocation
- Location of the configuration file for the cache manager to build.
AbstractConfigurationResourceCacheManagerFactoryBean
public AbstractConfigurationResourceCacheManagerFactoryBean()
- Constructor.
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.