org.jgroups.blocks
Interface DistributedQueue.Notification

All Known Implementing Classes:
DistributedQueueDemo
Enclosing interface:
DistributedQueue

public static interface DistributedQueue.Notification


Method Summary
 void contentsCleared()
           
 void contentsSet(java.util.Collection new_entries)
           
 void entryAdd(java.lang.Object value)
           
 void entryRemoved(java.lang.Object key)
           
 void viewChange(java.util.Vector new_mbrs, java.util.Vector old_mbrs)
           
 

Method Detail

entryAdd

public void entryAdd(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)

contentsCleared

public void contentsCleared()

contentsSet

public void contentsSet(java.util.Collection new_entries)


Copyright ? 1998-2005 Bela Ban. All Rights Reserved.