org.genepattern.webservice
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
AnalysisJob()
Constructs a new AnalysisJob . |
|
AnalysisJob(java.lang.String server,
JobInfo job)
Constructs a new AnalysisJob |
|
AnalysisJob(java.lang.String server,
JobInfo job,
boolean clientJob)
Constructs a new AnalysisJob |
|
| Method Summary | |
JobInfo |
getJobInfo()
Gets the JobInfo for this analysis job |
java.lang.String |
getLSID()
Gets the LSID of the task that produced this analysis job. |
java.lang.String |
getServer()
Gets the server on which this analysis job was run |
java.lang.String |
getTaskName()
Gets the task name of the task that produced this analysis job. |
boolean |
isClientJob()
Returns true if this job was executed on the client, false if this job was executed on the server. |
void |
setJobInfo(JobInfo job)
Sets the JobInfo for this analysis job |
void |
setLSID(java.lang.String lsid)
Sets the LSID of the task that produced this analysis job. |
void |
setServer(java.lang.String s)
Sets the server on which this analysis job was run |
void |
setTaskName(java.lang.String s)
Sets the task name of the task that produced this analysis job. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AnalysisJob()
public AnalysisJob(java.lang.String server,
JobInfo job)
server - The server on which this analysis job was runjob - The JobInfo
public AnalysisJob(java.lang.String server,
JobInfo job,
boolean clientJob)
server - The server on which this analysis job was run if clientJob is true or the server on which the task for this job was downloaded from if clientJob is falsejob - The JobInfoclientJob - true if this job was executed on the client, false otherwise| Method Detail |
public boolean isClientJob()
public void setServer(java.lang.String s)
s - the serverpublic void setTaskName(java.lang.String s)
s - The task namepublic void setJobInfo(JobInfo job)
job - The JobInfopublic void setLSID(java.lang.String lsid)
lsid - The task LSIDpublic java.lang.String getServer()
public java.lang.String getLSID()
public java.lang.String getTaskName()
public JobInfo getJobInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||