Uses of Class
io.helidon.pico.runtime.AbstractServiceProvider.LogEntryAndResult
Packages that use AbstractServiceProvider.LogEntryAndResult
Package
Description
Pico's config-driven-service API.
Pico runtime services.
-
Uses of AbstractServiceProvider.LogEntryAndResult in io.helidon.pico.configdriven.runtime
Methods in io.helidon.pico.configdriven.runtime with parameters of type AbstractServiceProvider.LogEntryAndResultModifier and TypeMethodDescriptionprotected voidAbstractConfiguredServiceProvider.doConstructing(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) After the gathering dependency phase, we will short circuit directly to the finish line.protected voidAbstractConfiguredServiceProvider.doDestroying(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) protected voidAbstractConfiguredServiceProvider.doPreDestroying(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) -
Uses of AbstractServiceProvider.LogEntryAndResult in io.helidon.pico.runtime
Methods in io.helidon.pico.runtime that return AbstractServiceProvider.LogEntryAndResultModifier and TypeMethodDescriptionAbstractServiceProvider.createLogEntryAndResult(Phase targetPhase) Creates a log entry result based upon the target phase provided.Methods in io.helidon.pico.runtime with parameters of type AbstractServiceProvider.LogEntryAndResultModifier and TypeMethodDescriptionprotected voidAbstractServiceProvider.doConstructing(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) Called during construction phase.protected voidAbstractServiceProvider.doDestroying(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) Called after thePreDestroyMethodprocess.protected voidAbstractServiceProvider.doPostConstructing(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) Called during thePostConstructMethodprocess.protected voidAbstractServiceProvider.doPreDestroying(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) Called during thePreDestroyMethodprocess.protected voidAbstractServiceProvider.onFailedFinish(AbstractServiceProvider.LogEntryAndResult logEntryAndResult, Throwable t, boolean throwOnError) Called on a failed finish of activation.protected voidAbstractServiceProvider.onFinished(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) Called on a successful finish of activation.protected voidAbstractServiceProvider.startTransitionCurrentActivationPhase(AbstractServiceProvider.LogEntryAndResult logEntryAndResult, Phase newPhase) Starts transitioning to a new phase.