Interface ICacheObserver

All Superinterfaces:
Remote
All Known Subinterfaces:
IRemoteCacheServer<K,V>
All Known Implementing Classes:
CacheWatchRepairable, RemoteCacheServer, ZombieCacheWatch

public interface ICacheObserver extends Remote
Used to register interest in receiving cache changes.

Note: server which implements this interface provides a local cache event notification service, whereas server which implements IRmiCacheWatch provides a remote cache event notification service.