org.jgroups.blocks

Interface DistributedQueue.Notification

Known Implementing Classes:
DistributedQueueDemo

public static interface DistributedQueue.Notification

Method Summary

void
contentsCleared()
void
contentsSet(Collection new_entries)
void
entryAdd(Object value)
void
entryRemoved(Object key)
void
viewChange(Vector new_mbrs, Vector old_mbrs)

Method Details

contentsCleared

public void contentsCleared()


contentsSet

public void contentsSet(Collection new_entries)


entryAdd

public void entryAdd(Object value)


entryRemoved

public void entryRemoved(Object key)


viewChange

public void viewChange(Vector new_mbrs,
                       Vector old_mbrs)


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