org.jgroups.blocks
public 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) |