Uses of Interface
org.apache.camel.SuspendableService

Packages that use SuspendableService
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

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

Classes in org.apache.camel.component.file that implement SuspendableService
 class FileConsumer
          File consumer.
 class GenericFileConsumer<T>
          Base class for remote file consumers.
 

Uses of SuspendableService in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement SuspendableService
 class DefaultScheduledPollConsumer
          A default implementation of an event driven Consumer which uses the PollingConsumer
 class ScheduledPollConsumer
          A useful base class for any consumer which is polling based
 

Methods in org.apache.camel.impl with parameters of type SuspendableService
protected  void DefaultShutdownStrategy.suspendNow(SuspendableService service, Consumer consumer)
          Suspends the consumer immediately.
 



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