Interface JobDetails
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetClientMachinePort()Returns the port number of the user machine.java.lang.StringgetDestination()Returns the destination for the job.java.lang.StringgetFilterName()Returns the filter name.intgetFinishedTaskNum()Returns the finished task number.java.lang.StringgetSQL()Returns the SQL for the jobjava.lang.StringgetSubscriptionOwner()Returns the subscription owner for the job.intgetTaskNum()Returns the task numberjava.lang.StringgetTemplateName()Returns the template name- 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.JobgetClientMachine, getCreationTime, getDeliveryType, getDescription, getDuration, getJobID, getJobPriority, getJobPUPriority, getJobStatus, getJobType, getObjectID, getProjectDSSID, getProjectID, getProjectName, getServerName, getSubscriptionRecipient, getUserLoginName, getUserName, getWarehousePriority, hasDetails
 
- 
 
- 
- 
- 
Method Detail- 
getClientMachinePortint getClientMachinePort() Returns the port number of the user machine.- Returns:
- the port number of the user machine.
 
 - 
getFilterNamejava.lang.String getFilterName() Returns the filter name.- Returns:
- the filter name.
 
 - 
getTemplateNamejava.lang.String getTemplateName() Returns the template name- Returns:
- the template name
 
 - 
getTaskNumint getTaskNum() Returns the task number- Returns:
- the task number
 
 - 
getFinishedTaskNumint getFinishedTaskNum() Returns the finished task number.- Returns:
- the finished task number.
 
 - 
getSQLjava.lang.String getSQL() Returns the SQL for the job- Returns:
- the SQL for the job
 
 - 
getSubscriptionOwnerjava.lang.String getSubscriptionOwner() Returns the subscription owner for the job.- Returns:
- the subscription owner for the job.
 
 - 
getDestinationjava.lang.String getDestination() Returns the destination for the job.- Returns:
- the destination for the job.
 
 
- 
 
-