예제 #1
0
 /** Remove the monitor associated with the passed in key */
 public static void remove(MonKey key) {
   factory.remove(key);
 }
예제 #2
0
 /** Remove/delete the specified monitor */
 public static void remove(String label, String units) {
   factory.remove(label, units);
 }