Uses of Class
org.apache.openejb.monitoring.Managed

Packages that use Managed
org.apache.openejb.monitoring   
 

Uses of Managed in org.apache.openejb.monitoring
 

Classes in org.apache.openejb.monitoring with annotations of type Managed
 class Event
           
 class Stats
           
 

Methods in org.apache.openejb.monitoring with annotations of type Managed
 long Event.get()
           
 long StatsInterceptor.Stats.getCount()
           
 long Stats.getCount()
           
 double StatsInterceptor.Stats.getGeometricMean()
           
 double Stats.getGeometricMean()
           
 long StatsInterceptor.getInvocationCount()
           
 long StatsInterceptor.getInvocationTime()
           
 double StatsInterceptor.Stats.getKurtosis()
           
 double Stats.getKurtosis()
           
 String Stats.getLatest()
           
 String Event.getLatest()
           
 long Stats.getLatestTime()
           
 long Event.getLatestTime()
           
 double StatsInterceptor.Stats.getMax()
           
 double Stats.getMax()
           
 double StatsInterceptor.Stats.getMean()
           
 double Stats.getMean()
           
 double StatsInterceptor.Stats.getMin()
           
 double Stats.getMin()
           
 long StatsInterceptor.getMonitoredMethods()
           
 double StatsInterceptor.Stats.getPercentile01()
           
 double Stats.getPercentile01()
           
 double StatsInterceptor.Stats.getPercentile10()
           
 double Stats.getPercentile10()
           
 double StatsInterceptor.Stats.getPercentile25()
           
 double Stats.getPercentile25()
           
 double StatsInterceptor.Stats.getPercentile50()
           
 double Stats.getPercentile50()
           
 double StatsInterceptor.Stats.getPercentile75()
           
 double Stats.getPercentile75()
           
 double StatsInterceptor.Stats.getPercentile90()
           
 double Stats.getPercentile90()
           
 double StatsInterceptor.Stats.getPercentile99()
           
 double Stats.getPercentile99()
           
 int StatsInterceptor.Stats.getSampleSize()
           
 int Stats.getSampleSize()
           
 double StatsInterceptor.Stats.getSkewness()
           
 double Stats.getSkewness()
           
 double StatsInterceptor.Stats.getStandardDeviation()
           
 double Stats.getStandardDeviation()
           
 double StatsInterceptor.Stats.getSum()
           
 double Stats.getSum()
           
 double StatsInterceptor.Stats.getSumsq()
           
 double Stats.getSumsq()
           
 double StatsInterceptor.Stats.getVariance()
           
 double Stats.getVariance()
           
 void StatsInterceptor.Stats.setSampleSize(int i)
           
 void Stats.setSampleSize(int i)
           
 double[] StatsInterceptor.Stats.sortedValues()
           
 double[] Stats.sortedValues()
           
 double[] StatsInterceptor.Stats.values()
           
 double[] Stats.values()
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.