org.jgroups.protocols

Class HTOTAL

public class HTOTAL extends Protocol

Implementation of UTO-TCP as designed by EPFL. Implements chaining algorithm: each sender sends the message to a coordinator who then forwards it to its neighbor on the right, who then forwards it to its neighbor to the right etc.

Version: $Id: HTOTAL.java,v 1.4 2005/09/01 11:41:00 belaban Exp $

Author: Bela Ban

Nested Class Summary
static classHTOTAL.HTotalHeader
Constructor Summary
HTOTAL()
Method Summary
voiddown(Event evt)
StringgetName()
booleansetProperties(Properties props)
voidup(Event evt)

Constructor Detail

HTOTAL

public HTOTAL()

Method Detail

down

public void down(Event evt)

getName

public final String getName()

setProperties

public boolean setProperties(Properties props)

up

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