org.jgroups.blocks

Interface ReplicatedHashtable.Notification

public static interface ReplicatedHashtable.Notification

Method Summary

void
contentsSet(Map new_entries)
void
entryRemoved(Object key)
void
entrySet(Object key, Object value)
void
viewChange(Vector new_mbrs, Vector old_mbrs)

Method Details

contentsSet

public void contentsSet(Map new_entries)


entryRemoved

public void entryRemoved(Object key)


entrySet

public void entrySet(Object key,
                     Object value)


viewChange

public void viewChange(Vector new_mbrs,
                       Vector old_mbrs)


Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.