org.apache.jcs.auxiliary.lateral
Class ZombieLateralCacheService

java.lang.Object
  extended by org.apache.jcs.engine.ZombieCacheService
      extended by org.apache.jcs.engine.ZombieCacheServiceNonLocal
          extended by org.apache.jcs.auxiliary.lateral.ZombieLateralCacheService
All Implemented Interfaces:
Remote, ILateralCacheService, ICacheService, ICacheServiceNonLocal, IZombie

public class ZombieLateralCacheService
extends ZombieCacheServiceNonLocal
implements ILateralCacheService

The ZombieLateralCacheService is used as a facade when the lateral is not available. It balks when the lateral is in error. When lateral service is restored, this is replaced by a live facade.

Extends a queing non-local service.


Constructor Summary
ZombieLateralCacheService(int maxQueueSize)
          Sets the maximum number of items that will be allowed on the queue.
 
Method Summary
 
Methods inherited from class org.apache.jcs.engine.ZombieCacheServiceNonLocal
get, getGroupKeys, getMatching, getMultiple, getQueueSize, propagateEvents, remove, removeAll, update
 
Methods inherited from class org.apache.jcs.engine.ZombieCacheService
dispose, get, get, getMatching, getMultiple, put, release, remove, removeAll, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jcs.engine.behavior.ICacheServiceNonLocal
get, getGroupKeys, getMatching, getMultiple, remove, removeAll, update
 
Methods inherited from interface org.apache.jcs.engine.behavior.ICacheService
dispose, get, getMatching, getMultiple, release, remove, removeAll, update
 

Constructor Detail

ZombieLateralCacheService

public ZombieLateralCacheService(int maxQueueSize)
Sets the maximum number of items that will be allowed on the queue.

Parameters:
maxQueueSize -


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