org.jgroups.protocols

Class EXAMPLE

public class EXAMPLE extends Protocol

Example of a protocol layer. Contains no real functionality, can be used as a template.
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.