Class NotifyMachineCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<String>
uk.ac.manchester.spinnaker.spalloc.messages.NotifyMachineCommand
public class NotifyMachineCommand extends Command<String>
Request to get notifications about a machine.
- See Also:
- Spalloc Server documentation
-
Constructor Summary
Constructors Constructor Description NotifyMachineCommand()
Create a request to be notified of changes in all machines' state.NotifyMachineCommand(String machineName)
Create a request to be notified of changes in machine state. -
Method Summary
-
Constructor Details
-
NotifyMachineCommand
Create a request to be notified of changes in machine state.- Parameters:
machineName
- The machine to request about.
-
NotifyMachineCommand
public NotifyMachineCommand()Create a request to be notified of changes in all machines' state.
-