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.
ManagedBacklogDebugger  
ManagedBacklogTracer  
ManagedBeanProcessor  
ManagedBrowsableEndpoint  
ManagedCamelContext  
ManagedComponent  
ManagedConsumer  
ManagedConsumerCache  
ManagedCounter  
ManagedDelayer  
ManagedEndpoint  
ManagedEndpointRegistry  
ManagedErrorHandler  
ManagedEventNotifier  
ManagedIdempotentConsumer  
ManagedPerformanceCounter  
ManagedProcessor  
ManagedProducer  
ManagedProducerCache  
ManagedRoute  
ManagedScheduledPollConsumer  
ManagedSendProcessor  
ManagedService  
ManagedStreamCachingStrategy  
ManagedSuspendableRoute  
ManagedThreadPool  
ManagedThrottler  
ManagedThrottlingInflightRoutePolicy  
ManagedThroughputLogger  
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). 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).
 

Package org.apache.camel.management.mbean Description

Camel management JMX MBeans



Apache Camel