Class NoNotifyMachineCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<String>
uk.ac.manchester.spinnaker.spalloc.messages.NoNotifyMachineCommand
Request to not receive notifications about a machine.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a request to not be notified of changes in all machines' state.NoNotifyMachineCommand
(String machineName) Create a request to not be notified of changes in machine state. -
Method Summary
-
Constructor Details
-
NoNotifyMachineCommand
Create a request to not be notified of changes in machine state.- Parameters:
machineName
- The machine to request about.
-
NoNotifyMachineCommand
public NoNotifyMachineCommand()Create a request to not be notified of changes in all machines' state.
-