org.jgroups.blocks
Interface ReplicatedHashtable.Notification
- Enclosing interface:
- ReplicatedHashtable
- public static interface ReplicatedHashtable.Notification
Method Summary |
void |
contentsSet(java.util.Map new_entries)
|
void |
entryRemoved(java.lang.Object key)
|
void |
entrySet(java.lang.Object key,
java.lang.Object value)
|
void |
viewChange(java.util.Vector new_mbrs,
java.util.Vector old_mbrs)
|
entrySet
public void entrySet(java.lang.Object key,
java.lang.Object value)
entryRemoved
public void entryRemoved(java.lang.Object key)
viewChange
public void viewChange(java.util.Vector new_mbrs,
java.util.Vector old_mbrs)
contentsSet
public void contentsSet(java.util.Map new_entries)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.