Package jfun.yan.monitoring

Examples of jfun.yan.monitoring.CtorMonitor


        verifyFactory(obj, mtd, args);
        super.invoking(obj, mtd, args);
      }
    };
    final HashMap marks = new HashMap();
    final CtorMonitor cmon = new CtorMonitor(){
      public void constructed(Constructor ctor, Object[] args, Object instance, long duration) {
        // TODO Auto-generated method stub
        marks.put("constructed", "b");
      }
View Full Code Here

TOP

Related Classes of jfun.yan.monitoring.CtorMonitor

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.