org.jppf.ui.monitoring
Class UILauncher

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

public class UILauncher
extends Object

This class provides a graphical interface for monitoring the status and health of the JPPF server.
It also provides a few customization options, such as setting the interval between 2 server refreshes, and switching the color scheme (skin) for the whole UI.

Author:
Laurent Cohen

Constructor Summary
UILauncher()
           
 
Method Summary
static void main(String... args)
          Start this UI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UILauncher

public UILauncher()
Method Detail

main

public static void main(String... args)
Start this UI.

Parameters:
args - not used.


Copyright © 2005-2010 JPPF Team.