jGCS Documentation

net.sf.jgcs.membership
Interface BlockListener


public interface BlockListener

This class defines a BlockListener. This listener must be used to receive notifications that a group membership will block.

Version:
1.0
Author:
Nuno Carvalho

Method Summary
 void onBlock()
          Block notification.
 

Method Detail

onBlock

void onBlock()
Block notification. Upon this notification, the application must flush all pending messages and notify the session with the BlockSession.blockOk() method. The view change will not continue if this does not happen. After the group is blocked, the members cannot send more messages until a new Membership view is received.


jGCS Documentation

Copyright (c) 2006, Universidade de Lisboa
For updates and related information please see jGCS home page