Package org.apache.synapse.aspects.statistics

Examples of org.apache.synapse.aspects.statistics.ErrorLog


    }

    private void runPhaseThree() {
        System.out.println("Starting phase 3");
        InOutStatisticsView view = getDataView(resource2, value5, value6);
        ErrorLog log = new ErrorLog("1001");
        view.getInStatistics().addErrorLog(log);
        store.updateStatistics(view);

        StatisticsRecord categoryInRecord  = store.getRecordByCategory(type, true);
        assertEquals(3, categoryInRecord.getTotalCount());
View Full Code Here

TOP

Related Classes of org.apache.synapse.aspects.statistics.ErrorLog

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.