org.jgroups.blocks

Interface DistributedQueue.Notification

public interface DistributedQueue.Notification

Method Summary
voidcontentsCleared()
voidcontentsSet(Collection new_entries)
voidentryAdd(Object value)
voidentryRemoved(Object key)
voidviewChange(Vector new_mbrs, Vector old_mbrs)

Method Detail

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