org.apache.jcs.engine
Class ZombieCacheWatch

java.lang.Object
  extended byorg.apache.jcs.engine.ZombieCacheWatch
All Implemented Interfaces:
ICacheObserver, IZombie
Direct Known Subclasses:
ZombieLateralCacheWatch, ZombieRemoteCacheWatch

public class ZombieCacheWatch
extends java.lang.Object
implements ICacheObserver, IZombie

Description of the Class


Constructor Summary
ZombieCacheWatch()
           
 
Method Summary
 void addCacheListener(ICacheListener obj)
          Adds a feature to the CacheListener attribute of the ZombieCacheWatch object
 void addCacheListener(java.lang.String cacheName, ICacheListener obj)
          Adds a feature to the CacheListener attribute of the ZombieCacheWatch object
 void removeCacheListener(ICacheListener obj)
          Description of the Method
 void removeCacheListener(java.lang.String cacheName, ICacheListener obj)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZombieCacheWatch

public ZombieCacheWatch()
Method Detail

addCacheListener

public void addCacheListener(java.lang.String cacheName,
                             ICacheListener obj)
Adds a feature to the CacheListener attribute of the ZombieCacheWatch object

Specified by:
addCacheListener in interface ICacheObserver
Parameters:
cacheName - The feature to be added to the CacheListener attribute
obj - The feature to be added to the CacheListener attribute

addCacheListener

public void addCacheListener(ICacheListener obj)
Adds a feature to the CacheListener attribute of the ZombieCacheWatch object

Specified by:
addCacheListener in interface ICacheObserver
Parameters:
obj - The feature to be added to the CacheListener attribute

removeCacheListener

public void removeCacheListener(java.lang.String cacheName,
                                ICacheListener obj)
Description of the Method

Specified by:
removeCacheListener in interface ICacheObserver
Parameters:
obj - existing subscriber.

removeCacheListener

public void removeCacheListener(ICacheListener obj)
Description of the Method

Specified by:
removeCacheListener in interface ICacheObserver
Parameters:
obj - existing subscriber.


Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.