Package org.apache.avalon.framework.service
Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning.
Serviceable | A Serviceable is a class that need to connect to software components using
a "role" abstraction, thus not depending on particular implementations
but on behavioral interfaces. |
ServiceManager | A ServiceManager selects Object s based on a
role. |
ServiceSelector | A ServiceSelector selects Object s based on a
supplied policy. |
Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning.
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."