com.ibm.commerce.scheduler.commands

Class GetJobStatusCmdImpl

    • Constructor Detail

      • GetJobStatusCmdImpl

        public GetJobStatusCmdImpl()
        Deprecated. 
    • Method Detail

      • getJobStatus

        public java.lang.String getJobStatus()
        Deprecated. 
        Gets the job status.
        Specified by:
        getJobStatus in interface GetJobStatusCmd
        Returns:
        The status of the specified job.
      • setJobInstanceId

        public void setJobInstanceId(java.lang.Long lJobInstanceId)
        Deprecated. 
        Sets the instance id of the particular run a of job to retrieve.
        Specified by:
        setJobInstanceId in interface GetJobStatusCmd
        Parameters:
        jobInstanceId - the instance number of a job status.
      • setUrl

        public void setUrl(java.lang.String strUrl)
        Deprecated. 
        Sets the URL to redirect to after the command executes.
        Parameters:
        url - the URL to redirect to.