Uses of Interface
org.apache.avalon.framework.service.ServiceSelector

Packages that use ServiceSelector
org.apache.avalon.framework.component Deprecated: use the interfaces in the org.apache.avalon.framework.service package instead. 
org.apache.avalon.framework.service Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning. 
 

Uses of ServiceSelector in org.apache.avalon.framework.component
 

Fields in org.apache.avalon.framework.component declared as ServiceSelector
private  ServiceSelector WrapperComponentSelector.m_selector
          The Selector we are wrapping.
 

Methods in org.apache.avalon.framework.component that return ServiceSelector
(package private)  ServiceSelector WrapperComponentSelector.getWrappedSelector()
          The WrapperComponentManager wraps ServiceSelectors in WrapperServiceSelectors when they are looked up.
 

Constructors in org.apache.avalon.framework.component with parameters of type ServiceSelector
WrapperComponentSelector(java.lang.String key, ServiceSelector selector)
          This constructor is a constructor for a WrapperComponentSelector.
 

Uses of ServiceSelector in org.apache.avalon.framework.service
 

Classes in org.apache.avalon.framework.service that implement ServiceSelector
 class DefaultServiceSelector
          This is the default implementation of the ServiceSelector
 class WrapperServiceSelector
          This is a ServiceSelector implementation that can wrap around a legacy ComponentSelector object effectively adapting a ComponentSelector interface to a ServiceSelector interface.