Uses of Interface
org.apache.avalon.framework.service.ServiceManager
-
Packages that use ServiceManager Package Description org.apache.avalon.framework.component Deprecated: use the interfaces in theorg.apache.avalon.framework.servicepackage instead.org.apache.avalon.framework.container Utilities supporting execution of component lifecycle stages.org.apache.avalon.framework.service Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning. -
-
Uses of ServiceManager in org.apache.avalon.framework.component
Fields in org.apache.avalon.framework.component declared as ServiceManager Modifier and Type Field Description private ServiceManagerWrapperComponentManager. m_managerThe service manager we are adapting.Constructors in org.apache.avalon.framework.component with parameters of type ServiceManager Constructor Description WrapperComponentManager(ServiceManager manager)Creation of a new wrapper component manger using a supplied service manager as a source backing the wrapped. -
Uses of ServiceManager in org.apache.avalon.framework.container
Methods in org.apache.avalon.framework.container with parameters of type ServiceManager Modifier and Type Method Description static voidContainerUtil. service(java.lang.Object object, ServiceManager serviceManager)Supply specified object with ServiceManager if it implements theServiceableinterface. -
Uses of ServiceManager in org.apache.avalon.framework.service
Classes in org.apache.avalon.framework.service that implement ServiceManager Modifier and Type Class Description classDefaultServiceManagerThis class is a static implementation of aServiceManager.classWrapperServiceManagerThis is aServiceManagerimplementation that can wrap around a legacyComponentManagerobject effectively adapting aComponentManagerinterface to aServiceManagerinterface.Fields in org.apache.avalon.framework.service declared as ServiceManager Modifier and Type Field Description private ServiceManagerDefaultServiceManager. m_parentMethods in org.apache.avalon.framework.service that return ServiceManager Modifier and Type Method Description protected ServiceManagerDefaultServiceManager. getParent()Helper method for subclasses to retrieve parent.Methods in org.apache.avalon.framework.service with parameters of type ServiceManager Modifier and Type Method Description voidServiceable. service(ServiceManager manager)Pass theServiceManagerto theServiceable.Constructors in org.apache.avalon.framework.service with parameters of type ServiceManager Constructor Description DefaultServiceManager(ServiceManager parent)ConstructServiceManagerwith specified parent.
-