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 RouteServiceDefaultRouteStartupOrder. 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 voidAbstractCamelContext. resumeRouteService(RouteService routeService)Resumes the given route serviceprotected voidAbstractCamelContext. shutdownRouteService(RouteService routeService)protected voidAbstractCamelContext. shutdownRouteService(RouteService routeService, org.apache.camel.LoggingLevel loggingLevel)voidAbstractCamelContext. startRouteService(RouteService routeService, boolean addingRoutes)Starts the given route serviceprotected voidAbstractCamelContext. stopRouteService(RouteService routeService, boolean removingRoutes, org.apache.camel.LoggingLevel loggingLevel)protected voidAbstractCamelContext. stopRouteService(RouteService routeService, org.apache.camel.LoggingLevel loggingLevel)protected voidAbstractCamelContext. 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)
-