Uses of Class
org.apache.camel.impl.engine.RouteService
-
Packages that use RouteService Package Description org.apache.camel.impl.engine -
-
Uses of RouteService in org.apache.camel.impl.engine
Methods in org.apache.camel.impl.engine that return RouteService Modifier and Type Method Description RouteService
DefaultRouteStartupOrder. getRouteService()
Methods in org.apache.camel.impl.engine that return types with arguments of type RouteService Modifier and Type Method Description protected Map<String,RouteService>
AbstractCamelContext. getRouteServices()
Methods in org.apache.camel.impl.engine with parameters of type RouteService Modifier and Type Method Description protected void
AbstractCamelContext. resumeRouteService(RouteService routeService)
Resumes the given route serviceprotected void
AbstractCamelContext. shutdownRouteService(RouteService routeService)
void
AbstractCamelContext. startRouteService(RouteService routeService, boolean addingRoutes)
Starts the given route serviceprotected void
AbstractCamelContext. stopRouteService(RouteService routeService)
protected void
AbstractCamelContext. stopRouteService(RouteService routeService, boolean removingRoutes)
protected void
AbstractCamelContext. suspendRouteService(RouteService routeService)
Constructors in org.apache.camel.impl.engine with parameters of type RouteService Constructor Description DefaultRouteStartupOrder(int startupOrder, org.apache.camel.Route route, RouteService routeService)
-