org.apache.camel.component.cache
Class FileCacheManagerFactory

java.lang.Object
  extended by org.apache.camel.support.ServiceSupport
      extended by org.apache.camel.component.cache.CacheManagerFactory
          extended by org.apache.camel.component.cache.FileCacheManagerFactory
All Implemented Interfaces:
org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

public class FileCacheManagerFactory
extends CacheManagerFactory


Field Summary
 
Fields inherited from class org.apache.camel.support.ServiceSupport
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending
 
Constructor Summary
FileCacheManagerFactory(String name)
           
 
Method Summary
protected  net.sf.ehcache.CacheManager createCacheManagerInstance()
          Creates CacheManager.
 void setFileName(String name)
           
 
Methods inherited from class org.apache.camel.component.cache.CacheManagerFactory
doStart, doStop, getInstance
 
Methods inherited from class org.apache.camel.support.ServiceSupport
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCacheManagerFactory

public FileCacheManagerFactory(String name)
Method Detail

setFileName

public void setFileName(String name)

createCacheManagerInstance

protected net.sf.ehcache.CacheManager createCacheManagerInstance()
Description copied from class: CacheManagerFactory
Creates CacheManager.

The default implementation is DefaultCacheManagerFactory.

Specified by:
createCacheManagerInstance in class CacheManagerFactory
Returns:
CacheManager


Apache Camel