org.jppf.ui.monitoring.node
Class NodeRefreshHandler

java.lang.Object
  extended by org.jppf.ui.monitoring.node.NodeRefreshHandler

public class NodeRefreshHandler
extends Object

Instances of this class hold information about the associations between JPPF drivers and their attached nodes, for management and monitoring purposes.

Author:
Laurent Cohen

Constructor Summary
NodeRefreshHandler(NodeDataPanel nodeDataPanel)
          Initialize this node handler.
 
Method Summary
 void refresh()
          Refresh the tree structure asynchonously (not in the AWT event thread).
 void startRefreshTimer()
          Start the automatic refresh of the nodes state through a timer.
 void stopRefreshTimer()
          Stop the automatic refresh of the nodes state through a timer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeRefreshHandler

public NodeRefreshHandler(NodeDataPanel nodeDataPanel)
Initialize this node handler.

Parameters:
nodeDataPanel - - the panel to refresh.
Method Detail

refresh

public void refresh()
Refresh the tree structure asynchonously (not in the AWT event thread).


stopRefreshTimer

public void stopRefreshTimer()
Stop the automatic refresh of the nodes state through a timer.


startRefreshTimer

public void startRefreshTimer()
Start the automatic refresh of the nodes state through a timer.



Copyright © 2005-2010 JPPF Team.