public static interface DistributedQueue.Notification
Modifier and Type | Method and Description |
---|---|
void |
contentsCleared() |
void |
contentsSet(Collection new_entries) |
void |
entryAdd(Object value) |
void |
entryRemoved(Object key) |
void |
viewChange(Vector new_mbrs,
Vector old_mbrs) |
void entryAdd(Object value)
void entryRemoved(Object key)
void contentsCleared()
void contentsSet(Collection new_entries)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.