Uses of Class
org.nuiton.util.CallAnalyse.CallStatistics

Packages that use CallAnalyse.CallStatistics
org.nuiton.util Ensemble de classe Java permettant de simplifier le développement en factorisant des besoins que l'on retrouve dans tous les développement. 
 

Uses of CallAnalyse.CallStatistics in org.nuiton.util
 

Subclasses of CallAnalyse.CallStatistics in org.nuiton.util
static class CallAnalyse.CallStatisticsSummary
          This class is collecting data from different CallStatistics classes by using the method CallAnalyse.CallStatisticsSummary.addCallStats(org.nuiton.util.CallAnalyse.CallStatistics).
 

Methods in org.nuiton.util that return CallAnalyse.CallStatistics
 CallAnalyse.CallStatistics CallAnalyse.ThreadStatistics.get(String name)
           
 

Methods in org.nuiton.util with parameters of type CallAnalyse.CallStatistics
 void CallAnalyse.CallStatisticsSummary.addCallStats(CallAnalyse.CallStatistics other)
          This methods read the given CallAnalyse.CallStatistics and add values to its own
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.