Package org.apache.commons.jcs3.engine
Class ZombieCacheWatch
java.lang.Object
org.apache.commons.jcs3.engine.ZombieCacheWatch
- All Implemented Interfaces:
- Remote,- ICacheObserver,- IZombie
Zombie Observer.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<K,V> void addCacheListener(String cacheName, ICacheListener<K, V> obj) Adds a feature to the CacheListener attribute of the ZombieCacheWatch object<K,V> void addCacheListener(ICacheListener<K, V> obj) Adds a feature to the CacheListener attribute of the ZombieCacheWatch object<K,V> void removeCacheListener(String cacheName, ICacheListener<K, V> obj) Unsubscribes from the specified cache.<K,V> void removeCacheListener(ICacheListener<K, V> obj) Unsubscribes from all caches.
- 
Constructor Details- 
ZombieCacheWatchpublic ZombieCacheWatch()
 
- 
- 
Method Details- 
addCacheListenerAdds a feature to the CacheListener attribute of the ZombieCacheWatch object- Specified by:
- addCacheListenerin interface- ICacheObserver
- Parameters:
- cacheName- The feature to be added to the CacheListener attribute
- obj- The feature to be added to the CacheListener attribute
 
- 
addCacheListenerAdds a feature to the CacheListener attribute of the ZombieCacheWatch object- Specified by:
- addCacheListenerin interface- ICacheObserver
- Parameters:
- obj- The feature to be added to the CacheListener attribute
 
- 
removeCacheListenerDescription copied from interface:ICacheObserverUnsubscribes from the specified cache.- Specified by:
- removeCacheListenerin interface- ICacheObserver
- Parameters:
- cacheName-
- obj-
 
- 
removeCacheListenerDescription copied from interface:ICacheObserverUnsubscribes from all caches.- Specified by:
- removeCacheListenerin interface- ICacheObserver
- Parameters:
- obj-
 
 
-