public interface

JobDetails

implements Job
com.microstrategy.web.objects.admin.monitors.JobDetails

Class Overview

The interface JobDetails contains the details of a job.

Summary

Public Methods
abstract int getClientMachinePort()
Returns the port number of the user machine.
abstract String getFilterName()
Returns the filter name.
abstract int getFinishedTaskNum()
Returns the finished task number.
abstract String getSQL()
Returns the SQL for the job
abstract int getTaskNum()
Returns the task number
abstract String getTemplateName()
Returns the template name
[Expand]
Inherited Methods
From interface com.microstrategy.web.objects.admin.monitors.Job

Public Methods

public abstract int getClientMachinePort ()

Returns the port number of the user machine.

Returns
  • the port number of the user machine.

public abstract String getFilterName ()

Returns the filter name.

Returns
  • the filter name.

public abstract int getFinishedTaskNum ()

Returns the finished task number.

Returns
  • the finished task number.

public abstract String getSQL ()

Returns the SQL for the job

Returns
  • the SQL for the job.T

public abstract int getTaskNum ()

Returns the task number

Returns
  • the task number

public abstract String getTemplateName ()

Returns the template name

Returns
  • the template name