Uses of Class
org.fusesource.commons.management.Statistic.UpdateMode

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

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

Methods in org.fusesource.commons.management that return Statistic.UpdateMode
static Statistic.UpdateMode Statistic.UpdateMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Statistic.UpdateMode[] Statistic.UpdateMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.fusesource.commons.management with parameters of type Statistic.UpdateMode
 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.UpdateMode in org.fusesource.commons.management.basic
 

Methods in org.fusesource.commons.management.basic with parameters of type Statistic.UpdateMode
 Statistic AbstractManagementStrategy.createStatistic(java.lang.String name, java.lang.Object owner, Statistic.UpdateMode updateMode)
           
 

Constructors in org.fusesource.commons.management.basic with parameters of type Statistic.UpdateMode
StatisticImpl(Statistic.UpdateMode updateMode)
          Instantiates a new simple statistic.
 

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

Methods in org.fusesource.commons.management.noop with parameters of type Statistic.UpdateMode
 Statistic ManagementStrategyImpl.createStatistic(java.lang.String name, java.lang.Object owner, Statistic.UpdateMode updateMode)
           
 



Copyright © 2009 FuseSource. All Rights Reserved.