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, suspendRoute
getCamelContexts, loadProperties
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public List<org.apache.camel.CamelContext> getLocalCamelContexts()
public List<Map<String,String>> getCamelContexts() throws Exception
Exception
public void startContext(String camelContextName) throws Exception
startContext
in interface org.apache.camel.commands.CamelController
startContext
in class org.apache.camel.commands.AbstractLocalCamelController
Exception
public void resumeContext(String camelContextName) throws Exception
resumeContext
in interface org.apache.camel.commands.CamelController
resumeContext
in class org.apache.camel.commands.AbstractLocalCamelController
Exception
public void startRoute(String camelContextName, String routeId) throws Exception
startRoute
in interface org.apache.camel.commands.CamelController
startRoute
in class org.apache.camel.commands.AbstractLocalCamelController
Exception
Apache Camel