Uses of Interface
org.fusesource.commons.management.Statistic

Packages that use Statistic
org.fusesource.commons.management   
org.fusesource.commons.management.basic   
org.fusesource.commons.management.noop   
 

Uses of Statistic in org.fusesource.commons.management
 

Methods in org.fusesource.commons.management that return Statistic
 Statistic ManagementStrategy.createStatistic(java.lang.String name, java.lang.Object owner, Statistic.UpdateMode updateMode)
          Creates a statistic; a representation of raw statistical data.
 

Uses of Statistic in org.fusesource.commons.management.basic
 

Classes in org.fusesource.commons.management.basic that implement Statistic
 class StatisticImpl
          Basic implementation of the Statistic interface.
 

Methods in org.fusesource.commons.management.basic that return Statistic
 Statistic AbstractManagementStrategy.createStatistic(java.lang.String name, java.lang.Object owner, Statistic.UpdateMode updateMode)
           
 

Uses of Statistic in org.fusesource.commons.management.noop
 

Methods in org.fusesource.commons.management.noop that return Statistic
 Statistic ManagementStrategyImpl.createStatistic(java.lang.String name, java.lang.Object owner, Statistic.UpdateMode updateMode)
           
 



Copyright © 2009 FuseSource. All Rights Reserved.