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