Uses of Enum Class
org.apache.camel.ServiceStatus
Packages that use ServiceStatus
Package
Description
The core Camel API.
Base classes for implementing the Camel service lifecycle (build, init, start, stop, suspend, resume).
-
Uses of ServiceStatus in org.apache.camel
Subclasses with type arguments of type ServiceStatus in org.apache.camelModifier and TypeClassDescriptionenumThe current lifecycle state of aService(orStatefulService) as it transitions between Initializing, Started, Suspended and Stopped.Methods in org.apache.camel that return ServiceStatusModifier and TypeMethodDescriptionCamelContextLifecycle.getStatus()Get the status of this CamelContextStatefulService.getStatus()Returns the current statusstatic ServiceStatusReturns the enum constant of this class with the specified name.static ServiceStatus[]ServiceStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ServiceStatus in org.apache.camel.spi
Methods in org.apache.camel.spi that return ServiceStatusModifier and TypeMethodDescriptionRouteController.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 ServiceStatusModifier and TypeMethodDescriptionBaseService.getStatus()Returns the current status of the service.