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 voidConfigDrivenServiceProviderBase.doConstructing(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) After the gathering dependency phase, we will short circuit directly to the finish line.protected voidConfigDrivenServiceProviderBase.doDestroying(AbstractServiceProvider.LogEntryAndResult logEntryAndResult) protected voidConfigDrivenServiceProviderBase.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 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.