Examples of CallCountStatisticFactory


Examples of org.ow2.easybeans.statistic.CallCountStatisticFactory

     * Start method.<br/> This method is called after the init method.
     * @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);
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.