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 Details

    • NotifyMachineCommand

      public NotifyMachineCommand​(String machineName)
      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.