counter.ec();
counter.ec();
counter.cc();
counter.paypal();
ThresholdDefinition td = new ThresholdDefinition();
td.setName("ILOVECOUNTERS");
td.setProducerName(PaymentCounter.class.getSimpleName());
td.setIntervalName("1m");
td.setStatName("cc");
td.setValueName("counter");
Threshold tt = ThresholdRepository.getInstance().createThreshold(td);
tt.addLongGuardLineDownUp(5,5, 10, 15, 20);
System.out.println(tt);