org.jgroups.blocks
Interface NotificationBus.Consumer

All Known Implementing Classes:
NotificationBusDemo
Enclosing interface:
NotificationBus

public static interface NotificationBus.Consumer


Method Summary
 java.io.Serializable getCache()
          Called on the coordinator to obtains its cache
 void handleNotification(java.io.Serializable n)
           
 void memberJoined(Address mbr)
           
 void memberLeft(Address mbr)
           
 

Method Detail

handleNotification

public void handleNotification(java.io.Serializable n)

getCache

public java.io.Serializable getCache()
Called on the coordinator to obtains its cache


memberJoined

public void memberJoined(Address mbr)

memberLeft

public void memberLeft(Address mbr)


Copyright © 2001,2002 www.jgroups.com . All Rights Reserved.