Package org.jgroups.blocks
Interface DistributedQueue.Notification
- All Known Implementing Classes:
DistributedQueueDemo
- Enclosing class:
DistributedQueue
public static interface DistributedQueue.Notification
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
contentsSet
(Collection new_entries) void
void
entryRemoved
(Object key) void
viewChange
(Vector new_mbrs, Vector old_mbrs)
-
Method Details
-
entryAdd
-
entryRemoved
-
viewChange
-
contentsCleared
void contentsCleared() -
contentsSet
-