Class 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
    • Method Summary

      • 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
      • Methods inherited from class org.apache.camel.commands.AbstractCamelController

        getCamelContexts
      • Methods inherited from interface org.apache.karaf.shell.api.action.Action

        execute
      • Methods inherited from interface org.apache.camel.commands.CamelController

        getCamelContexts
    • Constructor Detail

      • AbstractRouteCommand

        public AbstractRouteCommand()