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 Summary
Constructors Constructor Description JobsChangedNotification()
Create a notification response.JobsChangedNotification(int jobID)
A response that reports a single job has changed. -
Method Summary
-
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