Uses of Interface
org.picocontainer.lifecycle.LifecycleState
Packages that use LifecycleState
Package
Description
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
Containers are the main user entry point for PicoContainer.
Alternative implementations of lifecycle strategy for use with a container.
-
Uses of LifecycleState in org.picocontainer
Methods in org.picocontainer that return LifecycleStateModifier and TypeMethodDescriptionDefaultPicoContainer.getLifecycleState()
Allow querying of the current lifecycle state of a MutablePicoContainer.MutablePicoContainer.getLifecycleState()
Allow querying of the current lifecycle state of a MutablePicoContainer.Methods in org.picocontainer with parameters of type LifecycleStateModifier and TypeMethodDescriptionvoid
DefaultPicoContainer.setLifecycleState
(LifecycleState lifecycleState) void
MutablePicoContainer.setLifecycleState
(LifecycleState lifecycleState) To assist ThreadLocal usage, LifecycleState can be set. -
Uses of LifecycleState in org.picocontainer.containers
Methods in org.picocontainer.containers that return LifecycleStateModifier and TypeMethodDescriptionAbstractDelegatingMutablePicoContainer.getLifecycleState()
Allow querying of the current lifecycle state of a MutablePicoContainer.Methods in org.picocontainer.containers with parameters of type LifecycleStateModifier and TypeMethodDescriptionvoid
AbstractDelegatingMutablePicoContainer.setLifecycleState
(LifecycleState lifecycleState) -
Uses of LifecycleState in org.picocontainer.lifecycle
Classes in org.picocontainer.lifecycle that implement LifecycleStateModifier and TypeClassDescriptionclass
Bean-like implementation of LifecycleState.