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

Packages that use RouteService
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of RouteService in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return RouteService
 RouteService DefaultRouteStartupOrder.getRouteService()
           
 

Methods in org.apache.camel.impl that return types with arguments of type RouteService
protected  Map<String,RouteService> DefaultCamelContext.getRouteServices()
           
 

Methods in org.apache.camel.impl with parameters of type RouteService
protected  void DefaultCamelContext.resumeRouteService(RouteService routeService)
          Resumes the given route service
protected  void DefaultCamelContext.safelyStartRouteServices(boolean forceAutoStart, boolean checkClash, boolean startConsumer, boolean resumeConsumer, boolean addingRoutes, RouteService... routeServices)
           
protected  void DefaultCamelContext.shutdownRouteService(RouteService routeService)
           
protected  void DefaultCamelContext.startRouteService(RouteService routeService, boolean addingRoutes)
          Starts the given route service
protected  void DefaultCamelContext.stopRouteService(RouteService routeService)
           
protected  void DefaultCamelContext.stopRouteService(RouteService routeService, boolean removingRoutes)
           
protected  void DefaultCamelContext.suspendRouteService(RouteService routeService)
           
 

Method parameters in org.apache.camel.impl with type arguments of type RouteService
protected  void DefaultCamelContext.doStartOrResumeRoutes(Map<String,RouteService> routeServices, boolean checkClash, boolean startConsumer, boolean resumeConsumer, boolean addingRoutes)
          Starts or resumes the routes
protected  void DefaultCamelContext.safelyStartRouteServices(boolean checkClash, boolean startConsumer, boolean resumeConsumer, boolean addingRoutes, Collection<RouteService> routeServices)
          Starts the routes services in a proper manner which ensures the routes will be started in correct order, check for clash and that the routes will also be shutdown in correct order as well.
 

Constructors in org.apache.camel.impl with parameters of type RouteService
DefaultRouteStartupOrder(int startupOrder, Route route, RouteService routeService)
           
 



Apache CAMEL