appl.parallel.starter.client
Class XuluStarterController

java.lang.Object
  extended by appl.parallel.starter.client.XuluStarterController
All Implemented Interfaces:
ActionListener, EventListener

public class XuluStarterController
extends Object
implements ActionListener

This is the Controller for the XuluStarterControllerFrame, which is the user interface for the XuluServerStarter. All events are handled here.
The controller updates a list of Starters it finds in the network. At the moment is uses the HostnameDiscoveryService to discover starters.

Author:
Dominik Appl
See Also:
HostnameDiscoveryService.getStarterContainers()

Constructor Summary
XuluStarterController()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 XuluStarterClientPanel getPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XuluStarterController

public XuluStarterController()
Method Detail

getPanel

public XuluStarterClientPanel getPanel()

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener