Uses of Interface
org.apache.fulcrum.yaafi.framework.container.ServiceContainer
Packages that use ServiceContainer
Package
Description
-
Uses of ServiceContainer in org.apache.fulcrum.yaafi.cli
Methods in org.apache.fulcrum.yaafi.cli that return ServiceContainer -
Uses of ServiceContainer in org.apache.fulcrum.yaafi.container
Fields in org.apache.fulcrum.yaafi.container declared as ServiceContainerModifier and TypeFieldDescriptionprotected ServiceContainer
ContainerImpl.manager
Component manager -
Uses of ServiceContainer in org.apache.fulcrum.yaafi.framework.container
Classes in org.apache.fulcrum.yaafi.framework.container that implement ServiceContainerModifier and TypeClassDescriptionclass
Yet another avalon framework implementation (YAAFI). -
Uses of ServiceContainer in org.apache.fulcrum.yaafi.framework.factory
Methods in org.apache.fulcrum.yaafi.framework.factory that return ServiceContainerModifier and TypeMethodDescriptionstatic ServiceContainer
ServiceContainerFactory.create
(ServiceContainerConfiguration serviceManagerConfig) Create a fully initialized YAFFI service container.static ServiceContainer
ServiceContainerFactory.create
(ServiceContainerConfiguration serviceManagerConfig, org.apache.avalon.framework.context.Context context) Create a fully initialized YAFFI service containerMethods in org.apache.fulcrum.yaafi.framework.factory with parameters of type ServiceContainerModifier and TypeMethodDescriptionstatic boolean
ServiceContainerFactory.dispose
(ServiceContainer container) Disposes the container.