public class CamelControllerImpl
extends org.apache.camel.commands.AbstractLocalCamelController
CamelController.| Constructor and Description |
|---|
CamelControllerImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
getCamelContexts() |
List<org.apache.camel.CamelContext> |
getLocalCamelContexts() |
void |
resumeContext(String camelContextName) |
void |
resumeRoute(String camelContextName,
String routeId) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
startContext(String camelContextName) |
void |
startRoute(String camelContextName,
String routeId) |
browseInflightExchanges, explainEipAsJSon, explainEndpointAsJSon, getCamelContextInformation, getCamelContextStatsAsXml, getEndpointRuntimeStatistics, getEndpoints, getLocalCamelContext, getRestApiDocAsJson, getRestModelAsXml, getRestServices, getRouteModelAsXml, getRoutes, getRoutes, getRouteStatsAsXml, getTransformers, getValidators, listComponents, resetRouteStats, stopContext, stopRoute, suspendContext, suspendRoutegetCamelContexts, loadPropertiespublic void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public List<org.apache.camel.CamelContext> getLocalCamelContexts()
public List<Map<String,String>> getCamelContexts() throws Exception
Exceptionpublic void startContext(String camelContextName) throws Exception
startContext in interface org.apache.camel.commands.CamelControllerstartContext in class org.apache.camel.commands.AbstractLocalCamelControllerExceptionpublic void resumeContext(String camelContextName) throws Exception
resumeContext in interface org.apache.camel.commands.CamelControllerresumeContext in class org.apache.camel.commands.AbstractLocalCamelControllerExceptionpublic void startRoute(String camelContextName, String routeId) throws Exception
startRoute in interface org.apache.camel.commands.CamelControllerstartRoute in class org.apache.camel.commands.AbstractLocalCamelControllerExceptionApache Camel