org.jgroups.protocols

Class DUMMY

public class DUMMY extends Protocol

Method Summary
voiddown(Event evt)
StringgetName()
All protocol names have to be unique !
static voidreset()
Just remove if you don't need to reset any state
voidup(Event evt)

Method Detail

down

public void down(Event evt)

getName

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

reset

public static void reset()
Just remove if you don't need to reset any state

up

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