Uses of Interface
org.apache.camel.spi.RouteStartupOrder

Packages that use RouteStartupOrder
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of RouteStartupOrder in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement RouteStartupOrder
 class DefaultRouteStartupOrder
          Default implementation of RouteStartupOrder.
 

Methods in org.apache.camel.impl that return types with arguments of type RouteStartupOrder
 List<RouteStartupOrder> DefaultCamelContext.getRouteStartupOrder()
          Returns the order in which the route inputs was started.
 

Method parameters in org.apache.camel.impl with type arguments of type RouteStartupOrder
 void DefaultShutdownStrategy.shutdown(CamelContext context, List<RouteStartupOrder> routes)
           
protected  void DefaultShutdownStrategy.shutdownRoutesNow(List<RouteStartupOrder> routes)
          Shutdown all the consumers immediately.
 

Uses of RouteStartupOrder in org.apache.camel.spi
 

Method parameters in org.apache.camel.spi with type arguments of type RouteStartupOrder
 void ShutdownStrategy.shutdown(CamelContext context, List<RouteStartupOrder> routes)
          Shutdown the routes
 



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