/**
  * Mutator for the multithreaded capability of the manager
  *
  * @param multithreaded Whether to run multithreaded or not
  */
 public void setMultithreaded(boolean multithreaded) {
   checkStatus();
   pm.setMultithreaded(multithreaded);
 }