Package | Description |
---|---|
org.apache.camel.commands |
Modifier and Type | Interface and Description |
---|---|
interface |
LocalCamelController
A
CamelController that runs locally, eg within the same JVM as the CamelContext s
it manages. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCamelController
Abstract
CamelController that implementators should extend. |
class |
AbstractLocalCamelController
Abstract
LocalCamelController that implementators should extend when implementing
a controller that runs locally in the same JVM as Camel. |
Modifier and Type | Method and Description |
---|---|
Object |
ValidatorListCommand.execute(CamelController camelController,
PrintStream out,
PrintStream err) |
Object |
TransformerListCommand.execute(CamelController camelController,
PrintStream out,
PrintStream err) |
Object |
RouteListCommand.execute(CamelController camelController,
PrintStream out,
PrintStream err) |
Object |
EndpointStatisticCommand.execute(CamelController camelController,
PrintStream out,
PrintStream err) |
Object |
ContextListCommand.execute(CamelController camelController,
PrintStream out,
PrintStream err) |
Object |
EndpointListCommand.execute(CamelController camelController,
PrintStream out,
PrintStream err) |
Object |
CamelCommand.execute(CamelController camelController,
PrintStream out,
PrintStream err)
Executes the given command.
|
Object |
AbstractRouteCommand.execute(CamelController camelController,
PrintStream out,
PrintStream err) |
Object |
AbstractContextCommand.execute(CamelController camelController,
PrintStream out,
PrintStream err) |
void |
RouteSuspendCommand.executeOnRoute(CamelController camelController,
String contextName,
String routeId,
PrintStream out,
PrintStream err) |
void |
RouteStopCommand.executeOnRoute(CamelController camelController,
String contextName,
String routeId,
PrintStream out,
PrintStream err) |
void |
RouteStartCommand.executeOnRoute(CamelController camelController,
String contextName,
String routeId,
PrintStream out,
PrintStream err) |
void |
RouteShowCommand.executeOnRoute(CamelController camelController,
String contextName,
String routeId,
PrintStream out,
PrintStream err) |
void |
RouteResumeCommand.executeOnRoute(CamelController camelController,
String contextName,
String routeId,
PrintStream out,
PrintStream err) |
void |
RouteProfileCommand.executeOnRoute(CamelController camelController,
String contextName,
String routeId,
PrintStream out,
PrintStream err) |
void |
RouteInfoCommand.executeOnRoute(CamelController camelController,
String contextName,
String routeId,
PrintStream out,
PrintStream err) |
abstract void |
AbstractRouteCommand.executeOnRoute(CamelController camelController,
String contextName,
String routeId,
PrintStream out,
PrintStream err) |
protected Object |
RestRegistryListCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
ContextInflightCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
ComponentListCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
RouteResetStatsCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
RestShowCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
RestApiDocCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
EndpointExplainCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
EipExplainCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
ContextSuspendCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
ContextStopCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
ContextStartCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
ContextResumeCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected Object |
ContextInfoCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err) |
protected abstract Object |
AbstractContextCommand.performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err)
Perform Context-specific command
|
protected void |
ContextInfoCommand.printStatistics(CamelController camelController,
PrintStream out) |
Apache Camel