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)
          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)
          Returns the status of the service of the given ID or null if there is no service created yet
 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
 



Apache CAMEL