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 Stats.getCount()
           
 long StatsInterceptor.Stats.getCount()
           
 double Stats.getGeometricMean()
           
 double StatsInterceptor.Stats.getGeometricMean()
           
 long StatsInterceptor.getInvocationCount()
           
 long StatsInterceptor.getInvocationTime()
           
 double Stats.getKurtosis()
           
 double StatsInterceptor.Stats.getKurtosis()
           
 String Event.getLatest()
           
 String Stats.getLatest()
           
 long Event.getLatestTime()
           
 long Stats.getLatestTime()
           
 double Stats.getMax()
           
 double StatsInterceptor.Stats.getMax()
           
 double Stats.getMean()
           
 double StatsInterceptor.Stats.getMean()
           
 double Stats.getMin()
           
 double StatsInterceptor.Stats.getMin()
           
 long StatsInterceptor.getMonitoredMethods()
           
 double Stats.getPercentile01()
           
 double StatsInterceptor.Stats.getPercentile01()
           
 double Stats.getPercentile10()
           
 double StatsInterceptor.Stats.getPercentile10()
           
 double Stats.getPercentile25()
           
 double StatsInterceptor.Stats.getPercentile25()
           
 double Stats.getPercentile50()
           
 double StatsInterceptor.Stats.getPercentile50()
           
 double Stats.getPercentile75()
           
 double StatsInterceptor.Stats.getPercentile75()
           
 double Stats.getPercentile90()
           
 double StatsInterceptor.Stats.getPercentile90()
           
 double Stats.getPercentile99()
           
 double StatsInterceptor.Stats.getPercentile99()
           
 int Stats.getSampleSize()
           
 int StatsInterceptor.Stats.getSampleSize()
           
 double Stats.getSkewness()
           
 double StatsInterceptor.Stats.getSkewness()
           
 double Stats.getStandardDeviation()
           
 double StatsInterceptor.Stats.getStandardDeviation()
           
 double Stats.getSum()
           
 double StatsInterceptor.Stats.getSum()
           
 double Stats.getSumsq()
           
 double StatsInterceptor.Stats.getSumsq()
           
 double Stats.getVariance()
           
 double StatsInterceptor.Stats.getVariance()
           
 void Stats.setSampleSize(int i)
           
 void StatsInterceptor.Stats.setSampleSize(int i)
           
 double[] Stats.sortedValues()
           
 double[] StatsInterceptor.Stats.sortedValues()
           
 double[] Stats.values()
           
 double[] StatsInterceptor.Stats.values()
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.