com.ibm.commerce.command

Interface AsyncCommand

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Long getJobInstanceId()
      This method gets the instance id for this job as set in the SCHSTATUS table.
      java.lang.Long getJobReferenceId()
      This method gets the reference id for this job as set in the SCHCONFIG table.
      void setJobInstanceId(java.lang.Long val)
      This method sets the instance id for this job as set in the SCHSTATUS table.
      void setJobReferenceId(java.lang.Long val)
      This method sets the reference id for this job as set in the SCHCONFIG table.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • getJobInstanceId

        java.lang.Long getJobInstanceId()
        This method gets the instance id for this job as set in the SCHSTATUS table.
        Returns:
        This method returns the job instance id.
      • getJobReferenceId

        java.lang.Long getJobReferenceId()
        This method gets the reference id for this job as set in the SCHCONFIG table.
        Returns:
        This method returns the job reference id.
      • setJobInstanceId

        void setJobInstanceId(java.lang.Long val)
        This method sets the instance id for this job as set in the SCHSTATUS table.
        Parameters:
        val - This is the job instance id.
      • setJobReferenceId

        void setJobReferenceId(java.lang.Long val)
        This method sets the reference id for this job as set in the SCHCONFIG table.
        Parameters:
        val - This is the job reference id.