Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
H
O
R
S
U
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
CamelController
.
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
CONTEXT_ID
- Static variable in class org.apache.camel.karaf.commands.
RouteList
ContextInfo
- Class in
org.apache.camel.karaf.commands
Command to display detailed information about a Camel context.
ContextInfo()
- Constructor for class org.apache.camel.karaf.commands.
ContextInfo
ContextList
- Class in
org.apache.camel.karaf.commands
List the Camel contexts available in the Karaf instance.
ContextList()
- Constructor for class org.apache.camel.karaf.commands.
ContextList
ContextStart
- Class in
org.apache.camel.karaf.commands
Command to start a Camel context.
ContextStart()
- Constructor for class org.apache.camel.karaf.commands.
ContextStart
ContextStop
- Class in
org.apache.camel.karaf.commands
Command to stop a Camel context.
ContextStop()
- Constructor for class org.apache.camel.karaf.commands.
ContextStop
D
doExecute()
- Method in class org.apache.camel.karaf.commands.
ContextInfo
doExecute()
- Method in class org.apache.camel.karaf.commands.
ContextList
doExecute()
- Method in class org.apache.camel.karaf.commands.
ContextStart
doExecute()
- Method in class org.apache.camel.karaf.commands.
ContextStop
doExecute()
- Method in class org.apache.camel.karaf.commands.
RouteInfo
doExecute()
- Method in class org.apache.camel.karaf.commands.
RouteList
doExecute()
- Method in class org.apache.camel.karaf.commands.
RouteResume
doExecute()
- Method in class org.apache.camel.karaf.commands.
RouteShow
doExecute()
- Method in class org.apache.camel.karaf.commands.
RouteStart
doExecute()
- Method in class org.apache.camel.karaf.commands.
RouteStop
doExecute()
- Method in class org.apache.camel.karaf.commands.
RouteSuspend
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
getRouteDefinitions(String)
- Method in interface org.apache.camel.karaf.commands.
CamelController
Get all route definitions.
getRouteDefinitions(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.
ContextList
HEADER_FORMAT
- Static variable in class org.apache.camel.karaf.commands.
RouteList
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.
ContextList
OUTPUT_FORMAT
- Static variable in class org.apache.camel.karaf.commands.
RouteList
R
ROUTE_ID
- Static variable in class org.apache.camel.karaf.commands.
RouteList
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
RouteInfo
- Class in
org.apache.camel.karaf.commands
Command to display detailed information about a Camel route.
RouteInfo()
- Constructor for class org.apache.camel.karaf.commands.
RouteInfo
RouteList
- Class in
org.apache.camel.karaf.commands
Command to list all Camel routes.
RouteList()
- Constructor for class org.apache.camel.karaf.commands.
RouteList
RouteResume
- Class in
org.apache.camel.karaf.commands
Command to resume a route.
RouteResume()
- Constructor for class org.apache.camel.karaf.commands.
RouteResume
RouteShow
- Class in
org.apache.camel.karaf.commands
Command to show the route marshaled in XML.
RouteShow()
- Constructor for class org.apache.camel.karaf.commands.
RouteShow
RouteStart
- Class in
org.apache.camel.karaf.commands
Command to start a route.
RouteStart()
- Constructor for class org.apache.camel.karaf.commands.
RouteStart
RouteStop
- Class in
org.apache.camel.karaf.commands
Command to stop a route.
RouteStop()
- Constructor for class org.apache.camel.karaf.commands.
RouteStop
RouteSuspend
- Class in
org.apache.camel.karaf.commands
Command to suspend a route.
RouteSuspend()
- Constructor for class org.apache.camel.karaf.commands.
RouteSuspend
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.
ContextInfo
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
ContextList
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
ContextStart
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
ContextStop
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
RouteInfo
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
RouteList
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
RouteResume
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
RouteShow
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
RouteStart
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
RouteStop
setCamelController(CamelController)
- Method in class org.apache.camel.karaf.commands.
RouteSuspend
STATUS
- Static variable in class org.apache.camel.karaf.commands.
RouteList
U
UNKNOWN
- Static variable in class org.apache.camel.karaf.commands.
RouteList
C
D
G
H
O
R
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Apache CAMEL