org.jgroups.blocks

Interface DistributedHashtable.Notification

Known Implementing Classes:
DistributedHashtableDemo

public static interface DistributedHashtable.Notification

Method Summary

void
contentsCleared()
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

contentsCleared

public void contentsCleared()


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.