static {
   // enable the factory by default.
   init();
 }
  /** Reset/remove all monitors. If the factory is disabled this method has no action. */
  public static void reset() {

    if (isEnabled()) init();
  }