Uses of Interface
org.apache.avalon.framework.service.ServiceManager
-
Packages that use ServiceManager Package Description 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.service
Methods in org.apache.avalon.framework.service with parameters of type ServiceManager Modifier and Type Method Description void
Serviceable. service(ServiceManager manager)
Pass theServiceManager
to theServiceable
.
-