org.jgroups.debug

Class Debugger

public class Debugger extends JFrame

The Debugger displays a graphical view of the protocol stack by showing all the protocols and the events in them.

Author: Bela Ban

Field Summary
booleancummulative
static Fonthelvetica_12
Constructor Summary
Debugger()
Debugger(JChannel channel)
Debugger(JChannel channel, String name)
Debugger(JChannel channel, boolean cummulative)
Debugger(JChannel channel, boolean cummulative, String name)
Method Summary
static voidmain(String[] args)
voidsetChannel(JChannel channel)
voidstart()
voidstop()

Field Detail

cummulative

public boolean cummulative

helvetica_12

public static final Font helvetica_12

Constructor Detail

Debugger

public Debugger()

Debugger

public Debugger(JChannel channel)

Debugger

public Debugger(JChannel channel, String name)

Debugger

public Debugger(JChannel channel, boolean cummulative)

Debugger

public Debugger(JChannel channel, boolean cummulative, String name)

Method Detail

main

public static void main(String[] args)

setChannel

public void setChannel(JChannel channel)

start

public void start()

stop

public void stop()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.