Class MachinesChangedNotification
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.MachinesChangedNotification
- All Implemented Interfaces:
Notification
,Response
public class MachinesChangedNotification extends Object implements Notification
A response that describes what machines have changed state.
-
Constructor Summary
Constructors Constructor Description MachinesChangedNotification()
-
Method Summary
Modifier and Type Method Description List<String>
getMachinesChanged()
String
toString()
-
Constructor Details
-
MachinesChangedNotification
public MachinesChangedNotification()
-
-
Method Details
-
getMachinesChanged
- Returns:
- What machines have changed.
-
toString
-