Package org.apache.catalina.tribes.tipis
Interface AbstractReplicatedMap.MapOwner
-
- All Known Implementing Classes:
BackupManager,ClusterSingleSignOn,ReplicatedContext
- Enclosing class:
- AbstractReplicatedMap<K,V>
public static interface AbstractReplicatedMap.MapOwnerInterface for the owner of this replicated map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidobjectMadePrimary(java.lang.Object key, java.lang.Object value)Called when an object becomes primary on this node.
-