Interface JobDetails

  • All Superinterfaces:
    Job

    public interface JobDetails
    extends Job
    The interface JobDetails contains the details of a job.
    Since:
    MicroStrategy Web 9.0.0
    • 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.