net.sf.ehcache.distribution
public interface CacheReplicator extends CacheEventListener
Version: $Id: CacheReplicator.java 52 2006-04-24 14:50:03Z gregluck $
Method Summary | |
---|---|
boolean | alive()
Checks that the replicator is is STATUS_ALIVE . |
boolean | isReplicateUpdatesViaCopy()
Returns whether update is through copy or invalidate |
boolean | notAlive()
Returns whether the replicator is not active. |
STATUS_ALIVE
.Returns: true if the replicator is is STATUS_ALIVE
, else false.
Returns: true if update is via copy, else false if invalidate
Returns: true if the status is not STATUS_ALIVE