Examples of MeanCallTimeStatisticFactory


Examples of org.ow2.easybeans.statistic.MeanCallTimeStatisticFactory

     * @throws EZBComponentException if the start has failed.
     */
    public synchronized void start() throws EZBComponentException {
        // register core factories
        registerStatisticFactory(new CallCountStatisticFactory(this.eventComponent, this.jmxComponent));
        registerStatisticFactory(new MeanCallTimeStatisticFactory(this.eventComponent, this.jmxComponent));
        registerStatisticFactory(new TotalCallTimeStatisticFactory(this.eventComponent, this.jmxComponent));

        try {
            MBeansHelper.getInstance().registerMBean(this);
        } catch (MBeansException e) {
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.