org.jgroups.protocols

Class LOSS

public class LOSS 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 !
voidreset()
Just remove if you don't need to reset any state

Method Detail

down

public void down(Event evt)

getName

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

reset

public void reset()
Just remove if you don't need to reset any state
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.