类 BoundaryPanelDistributed

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible

public class BoundaryPanelDistributed extends BoundaryPanel
This class extends BoundaryPanel with code for distributing the processing necessary to create a visualization among a list of remote machines. Specifically, a visualization is broken down and processed row by row using the available remote computers.
从以下版本开始:
1.0
版本:
$Revision: 7059 $
作者:
Mark Hall
另请参阅:
  • 构造器详细资料

    • BoundaryPanelDistributed

      public BoundaryPanelDistributed(int panelWidth, int panelHeight)
      Creates a new BoundaryPanelDistributed instance.
      参数:
      panelWidth - width of the display
      panelHeight - height of the display
  • 方法详细资料

    • setRemoteHosts

      public void setRemoteHosts(Vector remHosts)
      Set a list of host names of machines to distribute processing to
      参数:
      remHosts - a Vector of host names (Strings)
    • addRemoteExperimentListener

      public void addRemoteExperimentListener(RemoteExperimentListener r)
      Add an object to the list of those interested in recieving update information from the RemoteExperiment
      参数:
      r - a listener
    • start

      public void start() throws Exception
      Start processing
      覆盖:
      start 在类中 BoundaryPanel
      抛出:
      Exception - if an error occurs
    • main

      public static void main(String[] args)
      Main method for testing this class
      参数:
      args - a String[] value