Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
H
I
L
O
R
S
C
CamelContextCompleter
- Class in
org.apache.camel.karaf.commands.completers
A JLine completer for the Camel contexts.
CamelContextCompleter()
- Constructor for class org.apache.camel.karaf.commands.completers.
CamelContextCompleter
CamelController
- Interface in
org.apache.camel.karaf.commands
CamelController interface defines the expected behaviors to manipulate Camel resources (context, route, etc).
CamelControllerImpl
- Class in
org.apache.camel.karaf.commands.internal
Implementation of
CamelConrtoller
.
CamelControllerImpl()
- Constructor for class org.apache.camel.karaf.commands.internal.
CamelControllerImpl
complete(String, int, List)
- Method in class org.apache.camel.karaf.commands.completers.
CamelContextCompleter
complete(String, int, List)
- Method in class org.apache.camel.karaf.commands.completers.
RouteCompleter
D
doExecute()
- Method in class org.apache.camel.karaf.commands.
InfoContextCommand
doExecute()
- Method in class org.apache.camel.karaf.commands.
InfoRouteCommand
doExecute()
- Method in class org.apache.camel.karaf.commands.
ListContextsCommand
doExecute()
- Method in class org.apache.camel.karaf.commands.
ListRoutesCommand
doExecute()
- Method in class org.apache.camel.karaf.commands.
ShowRouteCommand
doExecute()
- Method in class org.apache.camel.karaf.commands.
StartContextCommand
doExecute()
- Method in class org.apache.camel.karaf.commands.
StartRouteCommand
doExecute()
- Method in class org.apache.camel.karaf.commands.
StopContextCommand
doExecute()
- Method in class org.apache.camel.karaf.commands.
StopRouteCommand
G
getCamelContext(String)
- Method in interface org.apache.camel.karaf.commands.
CamelController
Get a Camel context identified by the given name.
getCamelContext(String)
- Method in class org.apache.camel.karaf.commands.internal.
CamelControllerImpl
getCamelContexts()
- Method in interface org.apache.camel.karaf.commands.
CamelController
Get the list of Camel context.
getCamelContexts()
- Method in class org.apache.camel.karaf.commands.internal.
CamelControllerImpl
getRoute(String, String)
- Method in interface org.apache.camel.karaf.commands.
CamelController
Return the route with the given route ID.
getRoute(String, String)
- Method in class org.apache.camel.karaf.commands.internal.
CamelControllerImpl
getRouteDefinition(String, String)
- Method in interface org.apache.camel.karaf.commands.
CamelController
Return the definition of a route identified by a ID and a Camel context.
getRouteDefinition(String, String)
- Method in class org.apache.camel.karaf.commands.internal.
CamelControllerImpl
getRoutes(String)
- Method in interface org.apache.camel.karaf.commands.
CamelController
Get all routes.
getRoutes(String)
- Method in class org.apache.camel.karaf.commands.internal.
CamelControllerImpl
H
HEADER_FORMAT
- Static variable in class org.apache.camel.karaf.commands.
ListContextsCommand
I
InfoContextCommand
- Class in
org.apache.camel.karaf.commands
Command to display detailed information about a Camel context.
InfoContextCommand()
- Constructor for class org.apache.camel.karaf.commands.
InfoContextCommand
InfoRouteCommand
- Class in
org.apache.camel.karaf.commands
Command to display detailed information about a Camel route.
InfoRouteCommand()
- Constructor for class org.apache.camel.karaf.commands.
InfoRouteCommand
L
ListContextsCommand
- Class in
org.apache.camel.karaf.commands
List the Camel contexts available in the Karaf instance.
ListContextsCommand()
- Constructor for class org.apache.camel.karaf.commands.
ListContextsCommand
ListRoutesCommand
- Class in
org.apache.camel.karaf.commands
Command to list all Camel routes.
ListRoutesCommand()
- Constructor for class org.apache.camel.karaf.commands.
ListRoutesCommand
O
org.apache.camel.karaf.commands
- package org.apache.camel.karaf.commands
org.apache.camel.karaf.commands.completers
- package org.apache.camel.karaf.commands.completers
org.apache.camel.karaf.commands.internal
- package org.apache.camel.karaf.commands.internal
OUTPUT_FORMAT
- Static variable in class org.apache.camel.karaf.commands.
ListContextsCommand
OUTPUT_FORMAT
- Static variable in class org.apache.camel.karaf.commands.
ListRoutesCommand
R
RouteCompleter
- Class in
org.apache.camel.karaf.commands.completers
A Jline completer for the Camel routes.
RouteCompleter()
- Constructor for class org.apache.camel.karaf.commands.completers.
RouteCompleter
S
setBundleContext(BundleContext)
- Method in class org.apache.camel.karaf.commands.internal.
CamelControllerImpl
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.completers.
CamelContextCompleter
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.completers.
RouteCompleter
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
InfoContextCommand
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
InfoRouteCommand
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
ListContextsCommand
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
ListRoutesCommand
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
ShowRouteCommand
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
StartContextCommand
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
StartRouteCommand
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
StopContextCommand
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
StopRouteCommand
ShowRouteCommand
- Class in
org.apache.camel.karaf.commands
Command to show the route marshaled in XML.
ShowRouteCommand()
- Constructor for class org.apache.camel.karaf.commands.
ShowRouteCommand
StartContextCommand
- Class in
org.apache.camel.karaf.commands
Command to start a Camel context.
StartContextCommand()
- Constructor for class org.apache.camel.karaf.commands.
StartContextCommand
StartRouteCommand
- Class in
org.apache.camel.karaf.commands
Command to start a route.
StartRouteCommand()
- Constructor for class org.apache.camel.karaf.commands.
StartRouteCommand
StopContextCommand
- Class in
org.apache.camel.karaf.commands
Command to stop a Camel context.
StopContextCommand()
- Constructor for class org.apache.camel.karaf.commands.
StopContextCommand
StopRouteCommand
- Class in
org.apache.camel.karaf.commands
Command to stop a route.
StopRouteCommand()
- Constructor for class org.apache.camel.karaf.commands.
StopRouteCommand
C
D
G
H
I
L
O
R
S
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Apache CAMEL