Class NoNotifyMachineCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<String>
uk.ac.manchester.spinnaker.spalloc.messages.NoNotifyMachineCommand
public class NoNotifyMachineCommand extends Command<String>
Request to not receive notifications about a machine.
- See Also:
- Spalloc Server documentation
-
Constructor Summary
Constructors Constructor Description NoNotifyMachineCommand()
Create 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.
-