org.javagroups.blocks
Interface DistributedHashtable.Notification

All Known Implementing Classes:
DistributedHashtableDemo
Enclosing class:
DistributedHashtable

public static interface DistributedHashtable.Notification


Method Summary
 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)
           
 

Method Detail

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)


Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.