org.jgroups.protocols

Class VIEW_ENFORCER

public class VIEW_ENFORCER extends Protocol

Used by a client until it becomes a member: all up messages are discarded until a VIEW_CHANGE is encountered. From then on, this layer just acts as a pass-through layer. Later, we may add some functionality that checks for the VIDs of messages and discards messages accordingly.
Method Summary
StringgetName()
All protocol names have to be unique !
voidup(Event evt)

Method Detail

getName

public String getName()
All protocol names have to be unique !

up

public void up(Event evt)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.