net.sf.ehcache.distribution
public interface CacheManagerPeerListener
Version: $Id: CacheManagerPeerListener.java 52 2006-04-24 14:50:03Z gregluck $
Method Summary | |
---|---|
void | dispose()
Stop the listener and free any resources. |
List | getBoundCachePeers()
All of the caches which are listenting for remote changes. |
void | init()
Call to start the listeners and do any other network initialisation. |
Throws: CacheException
Returns: a list of CachePeer
objects
Throws: CacheException