Package org.apache.avalon.framework.service
-
Interface Summary Interface Description 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 AServiceManagerselectsObjects based on a role.ServiceSelector AServiceSelectorselectsObjects based on a supplied policy. -
Class Summary Class Description DefaultServiceManager This class is a static implementation of aServiceManager.DefaultServiceSelector This is the default implementation of the ServiceSelectorWrapperServiceManager This is aServiceManagerimplementation that can wrap around a legacyComponentManagerobject effectively adapting aComponentManagerinterface to aServiceManagerinterface.WrapperServiceSelector This is aServiceSelectorimplementation that can wrap around a legacyComponentSelectorobject effectively adapting aComponentSelectorinterface to aServiceSelectorinterface. -
Exception Summary Exception Description ServiceException The exception thrown to indicate a problem with service.