Interface DistributedQueue.Notification

All Known Implementing Classes:
DistributedQueueDemo
Enclosing class:
DistributedQueue

public static interface DistributedQueue.Notification
  • Method Details

    • entryAdd

      void entryAdd(Object value)
    • entryRemoved

      void entryRemoved(Object key)
    • viewChange

      void viewChange(Vector new_mbrs, Vector old_mbrs)
    • contentsCleared

      void contentsCleared()
    • contentsSet

      void contentsSet(Collection new_entries)