edu.washington.cs.pl_if.gui.table.host
Class HostTableRow

java.lang.Object
  extended by edu.washington.cs.pl_if.gui.table.host.HostTableRow
All Implemented Interfaces:
TableRow

public class HostTableRow
extends Object
implements TableRow


Constructor Summary
HostTableRow(Map map, int totalCommandNum)
           
 
Method Summary
 String getCommand()
           
 int getConnectionId()
           
 double getExecutionTime()
           
 String getExitStatus()
           
 String getHostname()
           
 String getLastLine()
           
 String getPlanetlabSite()
           
 double getProgress()
           
 int getRowId()
           
 double getTime()
           
 boolean isChecked()
           
 boolean isConnected()
           
 boolean isVisible()
           
 void setChecked(boolean checked)
           
 String toString()
           
 String[] toStringArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostTableRow

public HostTableRow(Map map,
                    int totalCommandNum)
Method Detail

getCommand

public String getCommand()

getConnectionId

public int getConnectionId()

getExecutionTime

public double getExecutionTime()

getExitStatus

public String getExitStatus()

getHostname

public String getHostname()

getLastLine

public String getLastLine()

getPlanetlabSite

public String getPlanetlabSite()

getProgress

public double getProgress()

getTime

public double getTime()

isConnected

public boolean isConnected()

toString

public String toString()
Overrides:
toString in class Object

toStringArray

public String[] toStringArray()
Specified by:
toStringArray in interface TableRow

getRowId

public int getRowId()
Specified by:
getRowId in interface TableRow

isVisible

public boolean isVisible()
Specified by:
isVisible in interface TableRow

isChecked

public boolean isChecked()

setChecked

public void setChecked(boolean checked)
Specified by:
setChecked in interface TableRow