Package org.glassfish.flashlight.statistics.impl

Examples of org.glassfish.flashlight.statistics.impl.TimeStatsMillisImpl


* @author Harpreet Singh
*/
public class TimeStatsFactory {

    public static TimeStats createTimeStatsMilli (){
        return new TimeStatsMillisImpl ();
    }
View Full Code Here

TOP

Related Classes of org.glassfish.flashlight.statistics.impl.TimeStatsMillisImpl

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.