|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.ucsb.cs.jicos.services.ServiceTaskStats
edu.ucsb.cs.jicos.services.HostTaskStats
public class HostTaskStats
Contains task execution statistics for 1 Host that are associated with a single login session.
| Field Summary |
|---|
| Fields inherited from interface edu.ucsb.cs.jicos.services.external.XmlConverter |
|---|
NAMESPACE, STYLESHEET_Html, STYLESHEET_Unknown, STYLESHEET_Xml |
| Method Summary | |
|---|---|
int |
$tasksExecuted()
Returns the number of Task objects executed by this Service. |
java.lang.Object |
createInput(XmlDocument xmlDocument)
Create an appropriate input object for this task. |
XmlDocument |
createResult(java.lang.Object result)
Create an XML encoding for the result of the computation of this task. |
Shared |
createShared(XmlDocument xmlDocument)
Create the appropriate shared object for this task. |
boolean |
fromXml(XmlDocument xmlDocument)
Populate a Java class from an XML document. |
TaskClassStats |
taskClassStats()
Returns the TaskClassStats object associated with this Service. |
java.lang.String |
toString(java.lang.String pad)
Returns a String representation of this object. |
java.lang.String |
toXml(java.lang.String prefix)
|
| Methods inherited from class edu.ucsb.cs.jicos.services.ServiceTaskStats |
|---|
createInput, createShared, fromXml, getStyleSheet, serviceName, serviceTaskStats, toHtmlString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.ucsb.cs.jicos.services.external.XmlConverter |
|---|
createInput, createShared, fromXml, getStyleSheet, toHtmlString |
| Method Detail |
|---|
public int $tasksExecuted()
public TaskClassStats taskClassStats()
public java.lang.String toString(java.lang.String pad)
pad - A String that is prepended to the returned String.
public java.lang.String toXml(java.lang.String prefix)
toXml in interface edu.ucsb.cs.jicos.services.external.XmlConvertertoXml in class ServiceTaskStatspublic boolean fromXml(XmlDocument xmlDocument)
xmlDocument - The XML DOM.
true), or failure (false).public java.lang.Object createInput(XmlDocument xmlDocument)
xmlDocument - The XML DOM.
public Shared createShared(XmlDocument xmlDocument)
xmlDocument - The XML DOM.
public XmlDocument createResult(java.lang.Object result)
createResult in interface edu.ucsb.cs.jicos.services.external.XmlConvertercreateResult in class ServiceTaskStatsresult - The result from a compute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||