org.apache.jcs.auxiliary.remote
Class ZombieRemoteCacheService
java.lang.Object
org.apache.jcs.engine.ZombieCacheService
org.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZombieRemoteCacheService
public ZombieRemoteCacheService()
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