Uses of Class
org.apache.camel.blueprint.BlueprintCamelStateService.State
-
Packages that use BlueprintCamelStateService.State Package Description org.apache.camel.blueprint -
-
Uses of BlueprintCamelStateService.State in org.apache.camel.blueprint
Methods in org.apache.camel.blueprint that return BlueprintCamelStateService.State Modifier and Type Method Description static BlueprintCamelStateService.StateBlueprintCamelStateService.State. valueOf(String name)Returns the enum constant of this type with the specified name.static BlueprintCamelStateService.State[]BlueprintCamelStateService.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.blueprint that return types with arguments of type BlueprintCamelStateService.State Modifier and Type Method Description List<BlueprintCamelStateService.State>BlueprintCamelStateService. getStates(org.osgi.framework.Bundle bundle)Get states for all context registered for givenBundleMethods in org.apache.camel.blueprint with parameters of type BlueprintCamelStateService.State Modifier and Type Method Description voidBlueprintCamelStateService. setBundleState(org.osgi.framework.Bundle bundle, String contextId, BlueprintCamelStateService.State state)One of fourstatesis set for givenBundleand context Id.voidBlueprintCamelStateService. setBundleState(org.osgi.framework.Bundle bundle, String contextId, BlueprintCamelStateService.State state, Throwable t)One of fourstatesis set for givenBundleand context Id.
-