org.jgroups.blocks

Interface NotificationBus.Consumer

public interface NotificationBus.Consumer

Method Summary
SerializablegetCache()
Called on the coordinator to obtains its cache
voidhandleNotification(Serializable n)
voidmemberJoined(Address mbr)
voidmemberLeft(Address mbr)

Method Detail

getCache

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

handleNotification

public void handleNotification(Serializable n)

memberJoined

public void memberJoined(Address mbr)

memberLeft

public void memberLeft(Address mbr)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.