public interface CacheManagerPeerListener extends CacheManagerEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
attemptResolutionOfUniqueResourceConflict()
If a conflict is detected in unique resource use, this method signals the listener to attempt
automatic resolution of the resource conflict.
|
List |
getBoundCachePeers()
All of the caches which are listening for remote changes.
|
String |
getScheme()
The replication scheme this listener interacts with.
|
String |
getUniqueResourceIdentifier()
A listener will normally have a resource that only one instance can use at the same time,
such as a port.
|
dispose, getStatus, init, notifyCacheAdded, notifyCacheRemovedList getBoundCachePeers()
CachePeer objectsString getUniqueResourceIdentifier()
void attemptResolutionOfUniqueResourceConflict()
throws IllegalStateException,
CacheException
IllegalStateException - if the statis of the listener is not Status.STATUS_UNINITIALISEDCacheExceptionString getScheme()
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.