Package org.apache.camel.karaf.commands
Class AbstractRouteCommand
- java.lang.Object
-
- org.apache.camel.commands.AbstractCamelController
-
- org.apache.camel.commands.AbstractLocalCamelController
-
- org.apache.camel.karaf.commands.internal.CamelControllerImpl
-
- org.apache.camel.karaf.commands.AbstractRouteCommand
-
- All Implemented Interfaces:
org.apache.camel.commands.CamelController,org.apache.camel.commands.LocalCamelController,org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
RouteResume,RouteShow,RouteStart,RouteStop,RouteSuspend
public abstract class AbstractRouteCommand extends CamelControllerImpl implements org.apache.karaf.shell.api.action.Action
-
-
Constructor Summary
Constructors Constructor Description AbstractRouteCommand()
-
Method Summary
-
Methods inherited from class org.apache.camel.karaf.commands.internal.CamelControllerImpl
getCamelContexts, getLocalCamelContexts, resumeContext, resumeRoute, setBundleContext, startContext, startRoute
-
Methods inherited from class org.apache.camel.commands.AbstractLocalCamelController
browseInflightExchanges, getCamelContextInformation, getCamelContextStatsAsXml, getEndpointRuntimeStatistics, getEndpoints, getLocalCamelContext, getRestApiDocAsJson, getRestModelAsXml, getRestServices, getRouteModelAsXml, getRoutes, getRoutes, getRouteStatsAsXml, getStepStatsAsXml, getTransformers, getValidators, resetRouteStats, stopContext, stopRoute, suspendContext, suspendRoute
-
-