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(String routeId)
          Returns the current status of the given route
 ServiceStatus CamelContext.getStatus()
          Get the status of this context
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 are declared.
 

Uses of ServiceStatus in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return ServiceStatus
 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(CamelContext camelContext)
          Returns the status of the route if it has been registered with a CamelContext
 



Apache CAMEL