org.jgroups.protocols

Class SIZE

public class SIZE extends Protocol

Protocol which prints out the real size of a message. To do this, the message is serialized into a byte buffer and its size read. Don't use this layer in a production stack since the costs are high (just for debugging).

Author: Bela Ban June 13 2001

Method Summary
voiddown(Event evt)
StringgetName()
All protocol names have to be unique !
voidinit()
booleansetProperties(Properties props)
Setup the Protocol instance acording to the configuration string
voidup(Event evt)

Method Detail

down

public void down(Event evt)

getName

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

init

public void init()

setProperties

public boolean setProperties(Properties props)
Setup the Protocol instance acording to the configuration string

up

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