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

boolean
cummulative
static Font
helvetica_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 void
main(String[] args)
void
setChannel(JChannel channel)
void
start()
void
stop()

Field Details

cummulative

public boolean cummulative

helvetica_12

public static final Font helvetica_12

Constructor Details

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 Details

main

public static void main(String[] args)

setChannel

public void setChannel(JChannel channel)

start

public void start()

stop

public void stop()

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.