/** Shut down this registry's thread pools. */
 public void shutdown() {
   threadPools.shutdown();
 }