DistributedQueueDemo
public static interface DistributedQueue.Notification
Modifier and Type | Method | Description |
---|---|---|
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) |
void entryAdd(java.lang.Object value)
void entryRemoved(java.lang.Object key)
void viewChange(java.util.Vector new_mbrs, java.util.Vector old_mbrs)
void contentsCleared()
void contentsSet(java.util.Collection new_entries)
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.