counterMonitor.setNotify(notify);
counterMonitor.setThreshold(threshold);
counterMonitor.setDifferenceMode(differenceMode);
counterMonitor.setOffset(offset);
counterMonitor.setModulus(modulus);
CounterSupport support = new CounterSupport();
monitor = counterMonitor;
monitored = support;
initMonitor();
}
catch (Exception e)