org.apache.jcs.auxiliary.lateral
Class ZombieLateralCacheService
java.lang.Object
org.apache.jcs.engine.ZombieCacheService
org.apache.jcs.engine.ZombieCacheServiceNonLocal
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.