appl.parallel.starter.client
Class StarterContainer
java.lang.Object
appl.parallel.starter.client.StarterContainer
public class StarterContainer
- extends Object
Just a small container class used e.g. in the
XuluStarterControllerFrame
for display
- Author:
- Dominik Appl
StarterContainer
public StarterContainer(Starter starter,
String hostInfo)
- A Container for use in SwingComponents. The status (
isServerRunning()
is only the status at the creation of the object!
- Parameters:
starter
- The encapsulated StarterhostInfo
-
isServerRunning
public boolean isServerRunning()
getStarter
public Starter getStarter()
toString
public String toString()
- Overrides:
toString
in class Object