Uses of Class
io.helidon.inject.runtime.AbstractServiceProvider.LogEntryAndResult
Packages that use AbstractServiceProvider.LogEntryAndResult
Package
Description
Config-driven Services API.
Injection runtime services.
-
Uses of AbstractServiceProvider.LogEntryAndResult in io.helidon.inject.configdriven.runtime
Methods in io.helidon.inject.configdriven.runtime with parameters of type AbstractServiceProvider.LogEntryAndResultModifier and TypeMethodDescriptionprotected void
ConfigDrivenServiceProviderBase.doConstructing
(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) After the gathering dependency phase, we will short circuit directly to the finish line.protected void
ConfigDrivenServiceProviderBase.doDestroying
(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) protected void
ConfigDrivenServiceProviderBase.doPreDestroying
(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) -
Uses of AbstractServiceProvider.LogEntryAndResult in io.helidon.inject.runtime
Methods in io.helidon.inject.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.inject.runtime with parameters of type AbstractServiceProvider.LogEntryAndResultModifier and TypeMethodDescriptionprotected void
AbstractServiceProvider.doConstructing
(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) Called during construction phase.protected void
AbstractServiceProvider.doDestroying
(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) Called after thePreDestroyMethod
process.protected void
AbstractServiceProvider.doPostConstructing
(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) Called during thePostConstructMethod
process.protected void
AbstractServiceProvider.doPreDestroying
(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) Called during thePreDestroyMethod
process.protected void
AbstractServiceProvider.onFailedFinish
(AbstractServiceProvider.LogEntryAndResult logEntryAndResult, Throwable t, boolean throwOnError) Called on a failed finish of activation.protected void
AbstractServiceProvider.onFinished
(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) Called on a successful finish of activation.protected void
AbstractServiceProvider.startTransitionCurrentActivationPhase
(AbstractServiceProvider.LogEntryAndResult logEntryAndResult, Phase newPhase) Starts transitioning to a new phase.