org.jgroups.blocks

Interface TransactionalHashtable.Notification

public static interface TransactionalHashtable.Notification

Method Summary

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

Method Details

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.