Strategy ONE
JobDetails
The JobDetails interface extends the Job interface and contains methods that can be used to access the details of a job.
The following methods, which return the details of a job, are exposed on the JobDetails interface:
| Method Name | Return Type | Requires Details? | Description | 
|---|---|---|---|
| getClientMachinePort | int | Yes | Returns the port number of the user machine | 
| getFilterName | string | Yes | Returns the filter name | 
| getTemplateName | string | Yes | Returns the template name | 
| getTaskNum | int | Yes | Returns the task number | 
| getFinishedTaskNum | int | Yes | Returns the finished task number | 
| getSQL | string | Yes | Returns the SQL for the job | 
