Uses of Enum Class
io.helidon.service.registry.ActivationPhase
Packages that use ActivationPhase
Package
Description
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
Uses of ActivationPhase in io.helidon.service.registry
Methods in io.helidon.service.registry that return ActivationPhaseModifier and TypeMethodDescriptionActivationResult.BuilderBase.ActivationResultImpl.finishingActivationPhase()
ServiceRegistryConfig.BuilderBase.limitActivationPhase()
In certain conditions Injection services should be initialized but not started (i.e., avoiding calls toPostConstruct
etc.).ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl.limitActivationPhase()
Activator.phase()
Current activation phase.ActivationResult.BuilderBase.ActivationResultImpl.startingActivationPhase()
ActivationResult.BuilderBase.startingActivationPhase()
The activation phase that was found at onset of the phase transition.ActivationResult.BuilderBase.ActivationResultImpl.targetActivationPhase()
ActivationResult.BuilderBase.targetActivationPhase()
The activation phase that was requested at the onset of the phase transition.ActivationRequest.BuilderBase.ActivationRequestImpl.targetPhase()
static ActivationPhase
Returns the enum constant of this class with the specified name.static ActivationPhase[]
ActivationPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.service.registry that return types with arguments of type ActivationPhaseModifier and TypeMethodDescriptionActivationResult.BuilderBase.finishingActivationPhase()
The activation phase we finished successfully on, or are otherwise currently in if not yet finished.ActivationRequest.BuilderBase.ActivationRequestImpl.startingPhase()
ActivationRequest.BuilderBase.startingPhase()
The phase to start activation.ActivationRequest.BuilderBase.targetPhase()
Ultimate target phase for activation.Methods in io.helidon.service.registry with parameters of type ActivationPhaseModifier and TypeMethodDescriptionActivationResult.BuilderBase.finishingActivationPhase
(ActivationPhase finishingActivationPhase) The activation phase we finished successfully on, or are otherwise currently in if not yet finished.ServiceRegistryConfig.BuilderBase.limitActivationPhase
(ActivationPhase limitActivationPhase) In certain conditions Injection services should be initialized but not started (i.e., avoiding calls toPostConstruct
etc.).ActivationResult.BuilderBase.startingActivationPhase
(ActivationPhase startingActivationPhase) The activation phase that was found at onset of the phase transition.ActivationRequest.BuilderBase.startingPhase
(ActivationPhase startingPhase) The phase to start activation.ActivationResult.BuilderBase.targetActivationPhase
(ActivationPhase targetActivationPhase) The activation phase that was requested at the onset of the phase transition.ActivationRequest.BuilderBase.targetPhase
(ActivationPhase targetPhase) Ultimate target phase for activation.