Package org.apache.activemq.management

Examples of org.apache.activemq.management.RangeStatisticImpl


    /**
     * Use case for RangeStatisticImpl class.
     * @throws Exception
     */
    public void testStatistic() throws Exception {
        RangeStatisticImpl stat = new RangeStatisticImpl("myRange", "millis", "myDescription");
        assertStatistic(stat, "myRange", "millis", "myDescription");

        assertRangeStatistic(stat);
    }
View Full Code Here

TOP

Related Classes of org.apache.activemq.management.RangeStatisticImpl

Copyright © 2018 www.massapicom. 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.