Uses of Package
org.apache.camel.management.mbean

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

Classes in org.apache.camel.management.mbean used by org.apache.camel.management
Statistic
          Default implementation of Statistic
Statistic.UpdateMode
          Statistics mode VALUE - A statistic with this update mode is a simple value that is a straight forward representation of the updated value. DIFFERENCE - A statistic with this update mode is a value that represents the difference between the last two recorded values (or the initial value if two updates have not been recorded). DELTA - A statistic with this update mode is a value that represents the delta between the last two recorded values (or the initial value if two updates have not been recorded).
 

Classes in org.apache.camel.management.mbean used by org.apache.camel.management.mbean
ManagedConsumer
           
ManagedCounter
           
ManagedEndpoint
           
ManagedEventNotifierMBean
           
ManagedPerformanceCounter
           
ManagedProcessor
           
ManagedRoute
           
ManagedService
           
Statistic
          Default implementation of Statistic
Statistic.UpdateMode
          Statistics mode VALUE - A statistic with this update mode is a simple value that is a straight forward representation of the updated value. DIFFERENCE - A statistic with this update mode is a value that represents the difference between the last two recorded values (or the initial value if two updates have not been recorded). DELTA - A statistic with this update mode is a value that represents the delta between the last two recorded values (or the initial value if two updates have not been recorded).
 



Apache Camel