org.jgroups.blocks

Interface NotificationBus.Consumer

Known Implementing Classes:
NotificationBusDemo

public static interface NotificationBus.Consumer

Method Summary

Serializable
getCache()
Called on the coordinator to obtains its cache
void
handleNotification(Serializable n)
void
memberJoined(Address mbr)
void
memberLeft(Address mbr)

Method Details

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 B) 2001,2002 www.jgroups.com . All Rights Reserved.