Package org.apache.camel.management.mbean

Camel management JMX MBeans

See:
          Description

Interface Summary
ManagedEventNotifierMBean  
 

Class Summary
JMXNotificationTraceEventHandler  
LoadTriplet Holds the loads averaged over 1min, 5min, and 15min.
ManagedBeanProcessor  
ManagedBrowsableEndpoint  
ManagedCamelContext  
ManagedComponent  
ManagedConsumer  
ManagedConsumerCache  
ManagedCounter  
ManagedDelayer  
ManagedEndpoint  
ManagedEndpointRegistry  
ManagedErrorHandler  
ManagedEventNotifier  
ManagedIdempotentConsumer  
ManagedPerformanceCounter  
ManagedProcessor  
ManagedProducer  
ManagedProducerCache  
ManagedRoute  
ManagedScheduledPollConsumer  
ManagedSendProcessor  
ManagedService  
ManagedSuspendableRoute  
ManagedThreadPool  
ManagedThrottler  
ManagedThrottlingInflightRoutePolicy  
ManagedTracer  
ManagedTypeConverterRegistry  
Statistic Default implementation of Statistic
 

Enum Summary
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). COUNTER - A statistic with this update mode interprets updates as increments (positive values) or decrements (negative values) to the current value. MAXIMUM - A statistic with this update mode is a value that represents the maximum value amongst the update values applied to this statistic. MINIMUM - A statistic with this update mode is a value that represents the minimum value amongst the update values applied to this statistic.
 

Package org.apache.camel.management.mbean Description

Camel management JMX MBeans



Apache CAMEL