org.apache.jcs.auxiliary.remote
Class ZombieRemoteCacheService

java.lang.Object
  extended byorg.apache.jcs.engine.ZombieCacheService
      extended byorg.apache.jcs.auxiliary.remote.ZombieRemoteCacheService
All Implemented Interfaces:
ICacheService, IRemoteCacheService, IZombie, java.rmi.Remote

public class ZombieRemoteCacheService
extends ZombieCacheService
implements IRemoteCacheService

Description of the Class

Author:
asmuts

Constructor Summary
ZombieRemoteCacheService()
           
 
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

ZombieRemoteCacheService

public ZombieRemoteCacheService()
Method Detail

update

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

Specified by:
update in interface IRemoteCacheService

remove

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

Specified by:
remove in interface IRemoteCacheService

removeAll

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

Specified by:
removeAll in interface IRemoteCacheService

getGroupKeys

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