Uses of Class
org.apache.camel.management.mbean.Statistic.UpdateMode

Packages that use Statistic.UpdateMode
org.apache.camel.management Camel management 
org.apache.camel.management.mbean Camel management JMX MBeans 
 

Uses of Statistic.UpdateMode in org.apache.camel.management
 

Methods in org.apache.camel.management with parameters of type Statistic.UpdateMode
 Statistic DefaultManagementStrategy.createStatistic(String name, Object owner, Statistic.UpdateMode updateMode)
           
 

Uses of Statistic.UpdateMode in org.apache.camel.management.mbean
 

Methods in org.apache.camel.management.mbean that return Statistic.UpdateMode
static Statistic.UpdateMode Statistic.UpdateMode.valueOf(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.
 

Constructors in org.apache.camel.management.mbean with parameters of type Statistic.UpdateMode
Statistic(String name, Object owner, Statistic.UpdateMode updateMode)
          Instantiates a new statistic.
 



Apache CAMEL