net.sf.ehcache.distribution
public interface CacheManagerPeerProvider
Version: $Id: CacheManagerPeerProvider.java 52 2006-04-24 14:50:03Z gregluck $
Method Summary | |
---|---|
void | dispose()
Providers may be doing all sorts of exotic things and need to be able to clean up on dispose. |
void | init()
Notifies providers to initialise themselves. |
List | listRemoteCachePeers(Cache cache) |
void | registerPeer(String rmiUrl)
Register a new peer. |
void | unregisterPeer(String rmiUrl)
Unregisters a peer.
|
Throws: CacheException
Throws: CacheException
Returns: a list of CachePeer peers for the given cache, excluding the local peer.
Parameters: rmiUrl
Parameters: rmiUrl