Class BMPController


@Service("bmpController")
@ManagedResource("Spalloc:type=BMPController,name=bmpController")
public class BMPController
extends DatabaseAwareBean
Manages the BMPs of machines controlled by Spalloc.
Author:
Donal Fellows
  • Constructor Details

  • Method Details

    • triggerSearch

      public void triggerSearch​(Collection<Integer> bmps)
      Trigger the execution of the workers for the given BMPs now.
      Parameters:
      bmps - A list of BMPs that have changed.