Package metrics4Asterisk.display

Examples of metrics4Asterisk.display.WeekDistribution.makeSummary()


            queueLogParser.parse(cFromDate, cToDate, reader);

            WeekDistribution weeksD = new WeekDistribution();
            weeksD.init(cFromDate, cToDate);
            weeksD.setQueueNames(queuenames);
            weeksD.makeSummary(queueLogParser.getLogMapper().getMap());
            System.out.println(weeksD);
            //TODO test each day!!!!

        } catch (Exception e) {
            fail("no exception should occur");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.