Uses of Class
org.apache.camel.impl.ScheduledPollConsumer

Packages that use ScheduledPollConsumer
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management.mbean Camel management JMX Mbeans 
 

Uses of ScheduledPollConsumer in org.apache.camel.component.file
 

Subclasses of ScheduledPollConsumer in org.apache.camel.component.file
 class FileConsumer
          File consumer.
 class GenericFileConsumer<T>
          Base class for remote file consumers.
 

Uses of ScheduledPollConsumer in org.apache.camel.impl
 

Subclasses of ScheduledPollConsumer in org.apache.camel.impl
 class DefaultScheduledPollConsumer
          A default implementation of an event driven Consumer which uses the PollingConsumer
 

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

Methods in org.apache.camel.management.mbean that return ScheduledPollConsumer
 ScheduledPollConsumer ManagedScheduledPollConsumer.getConsumer()
           
 

Constructors in org.apache.camel.management.mbean with parameters of type ScheduledPollConsumer
ManagedScheduledPollConsumer(CamelContext context, ScheduledPollConsumer consumer)
           
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.