Uses of Class
org.apache.camel.ServiceStatus
-
Packages that use ServiceStatus Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies.org.apache.camel.support.service Base service classes -
-
Uses of ServiceStatus in org.apache.camel
Methods in org.apache.camel that return ServiceStatus Modifier and Type Method Description ServiceStatus
CamelContextLifecycle. getStatus()
Get the status of this CamelContextServiceStatus
StatefulService. getStatus()
Returns the current statusstatic 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.spi
Methods in org.apache.camel.spi that return ServiceStatus Modifier and Type Method Description ServiceStatus
RouteController. getRouteStatus(String routeId)
Returns the current status of the given route -
Uses of ServiceStatus in org.apache.camel.support.service
Methods in org.apache.camel.support.service that return ServiceStatus Modifier and Type Method Description ServiceStatus
BaseService. getStatus()
-