|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.transfer.JobStatus
public class JobStatus
Summary of existing job on the server.
Field Summary | |
---|---|
java.lang.String |
channelName
The name of the channel the job was assigned to (null if no channel assigned). |
java.lang.String |
clientDN
Distinguished Name (DN) of client owning job. |
java.lang.String |
jobID
The ID of the job the information refers to. |
java.lang.String |
jobStatus
Current status of the job. |
int |
numFiles
Number of files (transfers) that are part of the job. |
int |
priority
Job priority on the server. |
java.lang.String |
reason
Small reason reporting problems while processing the job. |
long |
submitTime
Time of submission. |
java.lang.String |
voName
Name of VO owning job. |
Constructor Summary | |
---|---|
JobStatus()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String jobID
public java.lang.String jobStatus
public java.lang.String channelName
public java.lang.String clientDN
public java.lang.String reason
public java.lang.String voName
public long submitTime
public int numFiles
public int priority
Constructor Detail |
---|
public JobStatus()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |