org.apache.jcs.auxiliary.lateral
Class ZombieLateralCacheService

java.lang.Object
  extended byorg.apache.jcs.engine.ZombieCacheService
      extended byorg.apache.jcs.auxiliary.lateral.ZombieLateralCacheService
All Implemented Interfaces:
ICacheService, ILateralCacheService, IZombie

public class ZombieLateralCacheService
extends ZombieCacheService
implements ILateralCacheService

Description of the Class

Author:
asmuts

Constructor Summary
ZombieLateralCacheService()
           
 
Method Summary
 java.util.Set getGroupKeys(java.lang.String cacheName, java.lang.String groupName)
           
 void remove(java.lang.String cacheName, java.io.Serializable key, byte listenerId)
          Description of the Method
 void removeAll(java.lang.String cacheName, byte listenerId)
          Description of the Method
 void update(ICacheElement item, byte listenerId)
          Description of the Method
 
Methods inherited from class org.apache.jcs.engine.ZombieCacheService
dispose, get, get, 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.ICacheService
dispose, get, release, remove, removeAll, update
 

Constructor Detail

ZombieLateralCacheService

public ZombieLateralCacheService()
Method Detail

update

public void update(ICacheElement item,
                   byte listenerId)
Description of the Method

Specified by:
update in interface ILateralCacheService

remove

public void remove(java.lang.String cacheName,
                   java.io.Serializable key,
                   byte listenerId)
Description of the Method

Specified by:
remove in interface ILateralCacheService

removeAll

public void removeAll(java.lang.String cacheName,
                      byte listenerId)
Description of the Method

Specified by:
removeAll in interface ILateralCacheService

getGroupKeys

public java.util.Set getGroupKeys(java.lang.String cacheName,
                                  java.lang.String groupName)
Specified by:
getGroupKeys in interface ILateralCacheService