| Class | Description |
|---|---|
| CompositePerformanceCounter |
A composite
PerformanceCounter is used for tracking performance statistics on both a per
context and route level, by issuing callbacks on both when an event happens. |
| DefaultManagementAgent |
Default implementation of the Camel JMX service agent
|
| DefaultManagementLifecycleStrategy |
Default JMX managed lifecycle strategy that registered objects using the configured
ManagementStrategy. |
| DefaultManagementMBeanAssembler |
An assembler to assemble a
ModelMBean which can be used
to register the object in JMX. |
| DefaultManagementNamingStrategy |
Naming strategy used when registering MBeans.
|
| DefaultManagementObjectStrategy |
Default
ManagementObjectStrategy. |
| DefaultManagementStrategy |
A default management strategy that does not manage.
|
| DelegatePerformanceCounter |
Delegates to another
PerformanceCounter. |
| EventNotifierSupport | Deprecated
use org.apache.camel.support.EventNotifierSupport instead
|
| InstrumentationInterceptStrategy |
This strategy class wraps targeted processors with a
InstrumentationProcessor. |
| InstrumentationProcessor |
JMX enabled processor or advice that uses the
ManagedCounter for instrumenting
processing of exchanges. |
| JmxNotificationEventNotifier |
A JMX based
EventNotifier which broadcasts JMX Notifications. |
| JmxSystemPropertyKeys |
This module contains jmx related system property key constants.
|
| LoggingEventNotifier |
Logging event notifier that only notifies if INFO log level has
been configured for its logger.
|
| ManagedLoadTimer |
The
TimerListenerManager used for tracking load statistics. |
| ManagedManagementStrategy |
A JMX capable
ManagementStrategy that Camel by default uses if possible. |
| ManagementStrategyFactory |
Factory for creating
ManagementStrategy |
| MBeanInfoAssembler |
A Camel specific
MBeanInfo assembler that reads the
details from the ManagedResource, ManagedAttribute, ManagedOperation,
ManagedNotification, and ManagedNotifications annotations. |
| MixinRequiredModelMBean |
A
RequiredModelMBean which allows us to intercept invoking operations on the MBean. |
| NotificationSenderAdapter |
Can be used to broadcast JMX notifications.
|
| PublishEventNotifier |
Apache Camel