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
 

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.
 



Copyright © The Apache Software Foundation. All Rights Reserved.