com.ibm.commerce.scheduler.commands

Class GetBroadcastJobStatusCmdImpl

    • Constructor Detail

      • GetBroadcastJobStatusCmdImpl

        public GetBroadcastJobStatusCmdImpl()
        Deprecated. 
    • Method Detail

      • getJobStatus

        public java.lang.String getJobStatus()
        Deprecated. 
        Gets the job status.
        Specified by:
        getJobStatus in interface GetBroadcastJobStatusCmd
        Returns:
        the status of the broadcast job.
      • performExecute

        public void performExecute()
                            throws ECException
        Deprecated. 
        Gets the Broadcast Job's status based on the specified job reference number and cloneId. and puts it into the response properties.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractECTargetableCommand
        Throws:
        ECException - if there was a problem retrieving the record.
      • setCloneId

        public void setCloneId(java.lang.String strCloneId)
        Deprecated. 
        Sets the clone Id.
        Specified by:
        setCloneId in interface GetBroadcastJobStatusCmd
        Parameters:
        cloneId - the scheduler clone id.
      • setJobId

        public void setJobId(java.lang.Long lJobId)
        Deprecated. 
        Sets the broadcast job reference number.
        Specified by:
        setJobId in interface GetBroadcastJobStatusCmd
        Parameters:
        jobId - the broadcast job reference number.
      • setUrl

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