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.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.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, java.lang.String threadPoolName, int poolType)
          The most commonly used factory method.
 ICacheEventQueue CacheEventQueueFactory.createCacheEventQueue(ICacheListener listener, long listenerId, java.lang.String cacheName, int maxFailure, int waitBeforeRetry, java.lang.String threadPoolName, int poolType)
          Fully configured event queue.
 



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