org.jppf.ui.monitoring
Class ConsoleLoader

java.lang.Object
  extended by org.jppf.ui.monitoring.ConsoleLoader

public class ConsoleLoader
extends Object

This class provides a graphical interface for monitoring the status and health of the JPPF servers and nodes.
It also provides a few customization options, such as setting the interval between 2 server refreshes.

Author:
Laurent Cohen

Constructor Summary
ConsoleLoader()
           
 
Method Summary
static void main(String... args)
          Start the console UI, optionally with the charting components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleLoader

public ConsoleLoader()
Method Detail

main

public static void main(String... args)
Start the console UI, optionally with the charting components.

Parameters:
args - not used.


Copyright © 2005-2010 JPPF Team.