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
public void down(
Event evt)
public String getName()
All protocol names have to be unique !
public void init()
public boolean setProperties(Properties props)
Setup the Protocol instance acording to the configuration string
public void up(
Event evt)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.