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

    if (isEnabled()) init();
  }