Package org.apache.camel.api.management

Service provider interfaces for management.

See:
          Description

Interface Summary
JmxNotificationBroadcasterAware Strategy to use a custom NotificationBroadcasterSupport when broadcasting JMX notifications using for example the JmxNotificationEventNotifier.
ManagedInstance Holds the instance being managed.
NotificationSender To be implemented by classes that can send out notifications
NotificationSenderAware To be implemented by the user class to get a NotificationSender injected
PerformanceCounter A counter that gathers performance metrics when an Exchange is routed in Camel.
 

Annotation Types Summary
ManagedAttribute A method level annotation to mark the method as being a JMX attribute.
ManagedNotification A class level annotation to define the mbean emits this JMX notification
ManagedNotifications A class level annotation to define the mbean emits a set of JMX notifications
ManagedOperation A method level annotation to mark the method as being a JMX operation.
ManagedResource A class level annotation to mark the class as being managed in the JMX server.
 

Package org.apache.camel.api.management Description

Service provider interfaces for management. These help make components management-aware and also allow components to implement their own management strategies.



Apache Camel