org.jgroups.blocks
Interface NotificationBus.Consumer
- All Known Implementing Classes:
- NotificationBusDemo
- Enclosing interface:
- NotificationBus
- public static interface NotificationBus.Consumer
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.