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) 1998-2005 Bela Ban. All Rights Reserved.