edu.washington.cs.pl_if.gui.table.host
Class HostTableRow
java.lang.Object
edu.washington.cs.pl_if.gui.table.host.HostTableRow
- All Implemented Interfaces:
- TableRow
public class HostTableRow
- extends Object
- implements TableRow
HostTableRow
public HostTableRow(Map map,
int totalCommandNum)
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