|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.component.cache.CacheManagerFactory
public abstract class CacheManagerFactory
| Constructor Summary | |
|---|---|
CacheManagerFactory()
|
|
| Method Summary | |
|---|---|
protected abstract net.sf.ehcache.CacheManager |
createCacheManagerInstance()
Creates CacheManager. |
protected void |
doStart()
|
protected void |
doStop()
|
net.sf.ehcache.CacheManager |
instantiateCacheManager()
|
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
|---|
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheManagerFactory()
| Method Detail |
|---|
public net.sf.ehcache.CacheManager instantiateCacheManager()
protected abstract net.sf.ehcache.CacheManager createCacheManagerInstance()
CacheManager.
The default implementation is DefaultCacheManagerFactory.
CacheManager
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.ServiceSupportException
protected void doStop()
throws Exception
doStop in class org.apache.camel.impl.ServiceSupportException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||