Uses of Class
org.apache.camel.ServiceStatus

Packages that use ServiceStatus
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
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 ServiceStatus in org.apache.camel
 

Methods in org.apache.camel that return ServiceStatus
 ServiceStatus CamelContext.getRouteStatus(RouteDefinition route)
          Deprecated. will be removed in Camel 2.3.
 ServiceStatus CamelContext.getRouteStatus(String routeId)
          Returns the current status of the given route
static ServiceStatus ServiceStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceStatus[] ServiceStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ServiceStatus in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return ServiceStatus
 ServiceStatus DefaultCamelContext.getRouteStatus(RouteDefinition route)
           
 ServiceStatus DefaultCamelContext.getRouteStatus(String key)
           
 ServiceStatus ServiceSupport.getStatus()
          Returns the current status
 

Uses of ServiceStatus in org.apache.camel.model
 

Methods in org.apache.camel.model that return ServiceStatus
 ServiceStatus RouteDefinition.getStatus()
          Returns the status of the route if it has been registered with a CamelContext
 



Copyright © 2007-2009 The Apache Software Foundation. All Rights Reserved.