Package jfun.yan.monitoring

Examples of jfun.yan.monitoring.MethodMonitor


      public void constructionFailed(Constructor ctor, Object[] args, Throwable e, long duration) {
        // TODO Auto-generated method stub
        marks.put("constructionFailed", "c");
      }
    };
    final MethodMonitor mmon = new MethodMonitor(){

      public void invocationFailed(Object obj, Method mtd, Object[] args, Throwable err, long duration) {
        marks.put("invocationFailed", "z");
       
      }
View Full Code Here

TOP

Related Classes of jfun.yan.monitoring.MethodMonitor

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.