|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.datastructure.osprocess.JobStatistics
public class JobStatistics
A data structure class that corresponds to an xml element in the OSpL schema.
Field Summary | |
---|---|
JobDependencies |
dependencies
dependencies holds the job dependencies, i.e. |
double |
duration
duration holds the duration of the job. |
java.util.GregorianCalendar |
endTime
endTime holds the end time of the job. |
java.lang.String |
jobID
jobID holds the ID of the job, which can be served as a key in a hashmap. |
DirectoriesAndFiles |
requiredDirectoriesAndFiles
requiredDirectoriesAndFiles holds the required files and directories to run the job. |
java.util.GregorianCalendar |
scheduledStartTime
scheduledStartTime holds the scheduled start time of the job. |
java.lang.String |
serviceURI
serviceURI holds the URI of the service that the job is submitted to. |
java.util.GregorianCalendar |
startTime
startTime holds the start time of the job. |
java.lang.String |
state
state holds the job state, which can be waiting, running, killed, finished or unknown. |
java.util.GregorianCalendar |
submitTime
startTime holds the submit time of the job. |
java.lang.String |
userName
userName holds the name of the user that submits the job. |
Constructor Summary | |
---|---|
JobStatistics()
Default constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
main for test purposes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String jobID
public java.lang.String state
public java.lang.String serviceURI
public java.lang.String userName
public java.util.GregorianCalendar submitTime
public java.util.GregorianCalendar startTime
public java.util.GregorianCalendar endTime
public double duration
public java.util.GregorianCalendar scheduledStartTime
public JobDependencies dependencies
public DirectoriesAndFiles requiredDirectoriesAndFiles
Constructor Detail |
---|
public JobStatistics()
Method Detail |
---|
public static void main(java.lang.String[] args)
argv
- command line arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |