Uses of Class
org.apache.camel.ShutdownRoute

Packages that use ShutdownRoute
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of ShutdownRoute in org.apache.camel
 

Methods in org.apache.camel that return ShutdownRoute
 ShutdownRoute RuntimeConfiguration.getShutdownRoute()
          Gets the option to use when shutting down the route.
static ShutdownRoute ShutdownRoute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShutdownRoute[] ShutdownRoute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel with parameters of type ShutdownRoute
 void RuntimeConfiguration.setShutdownRoute(ShutdownRoute shutdownRoute)
          Sets the ShutdownRoute option for routes.
 

Uses of ShutdownRoute in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return ShutdownRoute
 ShutdownRoute DefaultRouteContext.getShutdownRoute()
           
 ShutdownRoute DefaultCamelContext.getShutdownRoute()
           
 

Methods in org.apache.camel.impl with parameters of type ShutdownRoute
 void DefaultRouteContext.setShutdownRoute(ShutdownRoute shutdownRoute)
           
 void DefaultCamelContext.setShutdownRoute(ShutdownRoute shutdownRoute)
           
 

Uses of ShutdownRoute in org.apache.camel.model
 

Methods in org.apache.camel.model that return ShutdownRoute
 ShutdownRoute RouteDefinition.getShutdownRoute()
           
 

Methods in org.apache.camel.model with parameters of type ShutdownRoute
 void RouteDefinition.setShutdownRoute(ShutdownRoute shutdownRoute)
           
 RouteDefinition RouteDefinition.shutdownRoute(ShutdownRoute shutdownRoute)
          Configures a shutdown route option.
 



Apache Camel