org.glite.data.transfer
Class JobStatus

java.lang.Object
  extended by org.glite.data.transfer.JobStatus

public class JobStatus
extends java.lang.Object

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

jobID

public java.lang.String jobID
The ID of the job the information refers to.


jobStatus

public java.lang.String jobStatus
Current status of the job.


channelName

public java.lang.String channelName
The name of the channel the job was assigned to (null if no channel assigned).


clientDN

public java.lang.String clientDN
Distinguished Name (DN) of client owning job.


reason

public java.lang.String reason
Small reason reporting problems while processing the job.


voName

public java.lang.String voName
Name of VO owning job.


submitTime

public long submitTime
Time of submission.


numFiles

public int numFiles
Number of files (transfers) that are part of the job.


priority

public int priority
Job priority on the server.

Constructor Detail

JobStatus

public JobStatus()


Copyright © 2004-2007 EU-EGEE