Interface JobDetails
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getClientMachinePort()
Returns the port number of the user machine.java.lang.String
getDestination()
Returns the destination for the job.java.lang.String
getFilterName()
Returns the filter name.int
getFinishedTaskNum()
Returns the finished task number.java.lang.String
getSQL()
Returns the SQL for the jobjava.lang.String
getSubscriptionOwner()
Returns the subscription owner for the job.int
getTaskNum()
Returns the task numberjava.lang.String
getTemplateName()
Returns the template name-
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.Job
getClientMachine, getCreationTime, getDeliveryType, getDescription, getDuration, getJobID, getJobPriority, getJobPUPriority, getJobStatus, getJobType, getObjectID, getProjectDSSID, getProjectID, getProjectName, getServerName, getSubscriptionRecipient, getUserLoginName, getUserName, getWarehousePriority, hasDetails
-
-
-
-
Method Detail
-
getClientMachinePort
int getClientMachinePort()
Returns the port number of the user machine.- Returns:
- the port number of the user machine.
-
getFilterName
java.lang.String getFilterName()
Returns the filter name.- Returns:
- the filter name.
-
getTemplateName
java.lang.String getTemplateName()
Returns the template name- Returns:
- the template name
-
getTaskNum
int getTaskNum()
Returns the task number- Returns:
- the task number
-
getFinishedTaskNum
int getFinishedTaskNum()
Returns the finished task number.- Returns:
- the finished task number.
-
getSQL
java.lang.String getSQL()
Returns the SQL for the job- Returns:
- the SQL for the job
-
getSubscriptionOwner
java.lang.String getSubscriptionOwner()
Returns the subscription owner for the job.- Returns:
- the subscription owner for the job.
-
getDestination
java.lang.String getDestination()
Returns the destination for the job.- Returns:
- the destination for the job.
-
-