org.apache.jcs.auxiliary.remote
Class ZombieRemoteCacheService
java.lang.Object
org.apache.jcs.engine.ZombieCacheService
org.apache.jcs.engine.ZombieCacheServiceNonLocal
org.apache.jcs.auxiliary.remote.ZombieRemoteCacheService
- All Implemented Interfaces:
- Remote, IRemoteCacheService, ICacheService, ICacheServiceNonLocal, IZombie
public class ZombieRemoteCacheService
- extends ZombieCacheServiceNonLocal
- implements IRemoteCacheService
Zombie adapter for the remote cache service. It just balks if there is no queue configured.
If a queue is configured, then events will be added to the queue. The idea is that when proper
operation is restored, the remote cache will walk the queue. The queue must be bounded so it does
not eat memory.
Much of this was reusable, so I moved it to engine.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZombieRemoteCacheService
public ZombieRemoteCacheService()
- We shouldn't be using this. It's only called on certain startup errors.
ZombieRemoteCacheService
public ZombieRemoteCacheService(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.