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

Packages that use org.apache.camel.api.management
org.apache.camel.api.management Service provider interfaces for management. 
org.apache.camel.api.management.mbean Camel management MBeans API 
org.apache.camel.component Base classes for Components 
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
org.apache.camel.component.timer The Timer Component extends the POJO component to provide a simple timer 
org.apache.camel.component.xslt The XSLT Component for transforming messages with XSLT 
org.apache.camel.management Camel management 
org.apache.camel.management.mbean Camel management JMX MBeans 
org.apache.camel.processor.idempotent An implementation of the Idempotent Consumer pattern. 
 

Classes in org.apache.camel.api.management used by org.apache.camel.api.management
NotificationSender
          To be implemented by classes that can send out notifications
 

Classes in org.apache.camel.api.management used by org.apache.camel.api.management.mbean
ManagedAttribute
          A method level annotation to mark the method as being a JMX attribute.
ManagedOperation
          A method level annotation to mark the method as being a JMX operation.
 

Classes in org.apache.camel.api.management used by org.apache.camel.component
ManagedAttribute
          A method level annotation to mark the method as being a JMX attribute.
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.
 

Classes in org.apache.camel.api.management used by org.apache.camel.component.seda
ManagedAttribute
          A method level annotation to mark the method as being a JMX attribute.
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.
 

Classes in org.apache.camel.api.management used by org.apache.camel.component.timer
ManagedAttribute
          A method level annotation to mark the method as being a JMX attribute.
ManagedResource
          A class level annotation to mark the class as being managed in the JMX server.
 

Classes in org.apache.camel.api.management used by org.apache.camel.component.xslt
ManagedAttribute
          A method level annotation to mark the method as being a JMX attribute.
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.
 

Classes in org.apache.camel.api.management used by org.apache.camel.management
JmxNotificationBroadcasterAware
          Strategy to use a custom NotificationBroadcasterSupport when broadcasting JMX notifications using for example the JmxNotificationEventNotifier.
NotificationSender
          To be implemented by classes that can send out notifications
PerformanceCounter
          A counter that gathers performance metrics when an Exchange is routed in Camel.
 

Classes in org.apache.camel.api.management used by org.apache.camel.management.mbean
ManagedInstance
           
ManagedNotifications
           
ManagedResource
          A class level annotation to mark the class as being managed in the JMX server.
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.
 

Classes in org.apache.camel.api.management used by org.apache.camel.processor.idempotent
ManagedAttribute
          A method level annotation to mark the method as being a JMX attribute.
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.
 



Apache Camel