Uses of Class
org.apache.camel.ServiceStatus

Packages that use ServiceStatus
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. 
org.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the user 
 

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 StatefulService.getStatus()
          Returns the current status
 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)
           
 

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
 

Uses of ServiceStatus in org.apache.camel.support
 

Methods in org.apache.camel.support that return ServiceStatus
 ServiceStatus ServiceSupport.getStatus()
           
 



Apache Camel