Package com.volantis.synergetics.reporting.impl

Examples of com.volantis.synergetics.reporting.impl.MetricGroupProxy


    }

    // Javadoc inherited
    public Report createReport(Class clazz, String parentTransactionID) {
        String transID = idGenerator.getTransactionID();
        MetricGroupProxy proxy = new MetricGroupProxy(boundInterfaceCache,
                                                      boundDynamicReportCache,
                                                      clazz,
                                                      reportHandler,
                                                      transID,
                                                      parentTransactionID,
View Full Code Here


    // Javadoc inherited
    public DynamicReport createDynamicReport(String binding,
                                             String transactionID) {
        String transID = idGenerator.getTransactionID();
        MetricGroupProxy proxy = new MetricGroupProxy(boundInterfaceCache,
                                                      boundDynamicReportCache,
                                                      DynamicReport.class,
                                                      reportHandler,
                                                      transID,
                                                      null,
View Full Code Here

TOP

Related Classes of com.volantis.synergetics.reporting.impl.MetricGroupProxy

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.