Class JobEndedMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class JobEndedMessage
    extends HarvesterMessage
    implements java.io.Serializable
    This message is sent by the HarvestSchedulerMonitorServer to the HarvestMonitor to notify it that a job ended and should not be monitored anymore, and that any resource used to monitor this job should be freed.
    See Also:
    Serialized Form
    • Constructor Detail

      • JobEndedMessage

        public JobEndedMessage​(long jobId,
                               JobStatus jobStatus)
        Constructs a new message.
        Parameters:
        jobId - the job ID.
        jobStatus - the job's current status.