All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JavaGroups.MembershipListener

public interface MembershipListener

Method Index

 o ViewAccepted(Vector)
Called by JavaGroups to notify the target object of a change of membership.

Methods

 o ViewAccepted
 public abstract void ViewAccepted(Vector new_view)
Called by JavaGroups to notify the target object of a change of membership. No long running actions should be done in this callback in the case of Ensemble, as this would block Ensemble. If some long running action needs to be performed, it should be done in a separate thread (cf. ../Tests/QuoteServer.java).


All Packages  Class Hierarchy  This Package  Previous  Next  Index