Uses of Class
org.apache.camel.api.management.ManagedResource

Packages that use ManagedResource
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.mbean Camel management JMX MBeans 
org.apache.camel.processor.idempotent An implementation of the Idempotent Consumer pattern. 
 

Uses of ManagedResource in org.apache.camel.component
 

Classes in org.apache.camel.component with annotations of type ManagedResource
 class ResourceEndpoint
          A useful base class for endpoints which depend on a resource such as things like Velocity or XQuery based components.
 

Uses of ManagedResource in org.apache.camel.component.seda
 

Classes in org.apache.camel.component.seda with annotations of type ManagedResource
 class SedaEndpoint
          An implementation of the Queue components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
 

Uses of ManagedResource in org.apache.camel.component.timer
 

Classes in org.apache.camel.component.timer with annotations of type ManagedResource
 class TimerEndpoint
          Represents a timer endpoint that can generate periodic inbound exchanges triggered by a timer.
 

Uses of ManagedResource in org.apache.camel.component.xslt
 

Classes in org.apache.camel.component.xslt with annotations of type ManagedResource
 class XsltEndpoint
           
 

Uses of ManagedResource in org.apache.camel.management.mbean
 

Classes in org.apache.camel.management.mbean with annotations of type ManagedResource
 class ManagedBacklogDebugger
           
 class ManagedBacklogTracer
           
 class ManagedBeanProcessor
           
 class ManagedBrowsableEndpoint
           
 class ManagedCamelContext
           
 class ManagedComponent
           
 class ManagedConsumer
           
 class ManagedConsumerCache
           
 class ManagedCounter
           
 class ManagedDelayer
           
 class ManagedEndpoint
           
 class ManagedEndpointRegistry
           
 class ManagedErrorHandler
           
 class ManagedIdempotentConsumer
           
 class ManagedPerformanceCounter
           
 class ManagedProcessor
           
 class ManagedProducer
           
 class ManagedProducerCache
           
 class ManagedRoute
           
 class ManagedScheduledPollConsumer
           
 class ManagedSendProcessor
           
 class ManagedService
           
 class ManagedStreamCachingStrategy
           
 class ManagedSuspendableRoute
           
 class ManagedThreadPool
           
 class ManagedThrottler
           
 class ManagedThrottlingInflightRoutePolicy
           
 class ManagedThroughputLogger
           
 class ManagedTracer
           
 class ManagedTypeConverterRegistry
           
 

Uses of ManagedResource in org.apache.camel.processor.idempotent
 

Classes in org.apache.camel.processor.idempotent with annotations of type ManagedResource
 class FileIdempotentRepository
          A file based implementation of IdempotentRepository.
 class MemoryIdempotentRepository
          A memory based implementation of IdempotentRepository.
 



Apache Camel