org.jgroups.blocks
Interface DistributedQueue.Notification
- All Known Implementing Classes:
- DistributedQueueDemo
- Enclosing interface:
- DistributedQueue
- public static interface DistributedQueue.Notification
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.