Uses of Interface
org.apache.jcs.engine.behavior.ICacheEventQueue

Packages that use ICacheEventQueue
org.apache.jcs.auxiliary.disk The primary disk auxiliary. 
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.engine Interfaces used by the core and the auxiliary caches. 
 

Uses of ICacheEventQueue in org.apache.jcs.auxiliary.disk
 

Fields in org.apache.jcs.auxiliary.disk declared as ICacheEventQueue
protected  ICacheEventQueue AbstractDiskCache.cacheEventQueue
          The CacheEventQueue where changes will be queued for asynchronous updating of the persistent storage.
 

Uses of ICacheEventQueue in org.apache.jcs.auxiliary.remote
 

Methods in org.apache.jcs.auxiliary.remote that return ICacheEventQueue
protected  ICacheEventQueue RemoteCacheNoWait.getCacheEventQueue()
          This is for testing only.
 

Uses of ICacheEventQueue in org.apache.jcs.engine
 

Classes in org.apache.jcs.engine that implement ICacheEventQueue
 class CacheEventQueue
          An event queue is used to propagate ordered cache events to one and only one target listener.
 class PooledCacheEventQueue
          An event queue is used to propagate ordered cache events to one and only one target listener.
 

Methods in org.apache.jcs.engine that return ICacheEventQueue
 ICacheEventQueue CacheEventQueueFactory.createCacheEventQueue(ICacheListener listener, long listenerId, java.lang.String cacheName, int maxFailure, int waitBeforeRetry, java.lang.String threadPoolName, java.lang.String poolType)
          Fully configured event queue.
 ICacheEventQueue CacheEventQueueFactory.createCacheEventQueue(ICacheListener listener, long listenerId, java.lang.String cacheName, java.lang.String threadPoolName, java.lang.String poolType)
          The most commonly used factory method.
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.