Class JobsChangedNotification

java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.JobsChangedNotification
All Implemented Interfaces:
Notification, Response

public class JobsChangedNotification extends Object implements Notification
A response that describes what jobs have changed state.
  • Constructor Details

    • JobsChangedNotification

      public JobsChangedNotification()
      Create a notification response.
    • JobsChangedNotification

      public JobsChangedNotification(int jobID)
      A response that reports a single job has changed.
      Parameters:
      jobID - The ID of the job that has changed.
  • Method Details

    • getJobsChanged

      public List<Integer> getJobsChanged()
      Returns:
      What jobs have changed. Not accurate.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object