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

Packages that use ServiceSelector
org.apache.avalon.cornerstone.blocks.datasources Default implementation of a datasource manager. 
org.apache.avalon.cornerstone.blocks.masterstore Default implementation of a sockets manager. 
org.apache.avalon.cornerstone.services.datasources Defintion of the datasources service. 
org.apache.avalon.cornerstone.services.store Defintion of the sockets service. 
org.apache.avalon.fortress.impl.lookup The lookup package includes a service manager and selector then implements the ECM lookup policies. 
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. 
org.apache.excalibur.source.impl   
 

Uses of ServiceSelector in org.apache.avalon.cornerstone.blocks.datasources
 

Classes in org.apache.avalon.cornerstone.blocks.datasources that implement ServiceSelector
 class DefaultDataSourceSelector
          A default implementation for DataSourceSelector.
 

Uses of ServiceSelector in org.apache.avalon.cornerstone.blocks.masterstore
 

Classes in org.apache.avalon.cornerstone.blocks.masterstore that implement ServiceSelector
 class RepositoryManager
           
 

Uses of ServiceSelector in org.apache.avalon.cornerstone.services.datasources
 

Subinterfaces of ServiceSelector in org.apache.avalon.cornerstone.services.datasources
 interface DataSourceSelector
          DataSourceSelector
 

Uses of ServiceSelector in org.apache.avalon.cornerstone.services.store
 

Subinterfaces of ServiceSelector in org.apache.avalon.cornerstone.services.store
 interface Store
          Allows selection from a number of configured Repositories.
 

Uses of ServiceSelector in org.apache.avalon.fortress.impl.lookup
 

Classes in org.apache.avalon.fortress.impl.lookup that implement ServiceSelector
 class FortressServiceSelector
          This is the Default ServiceSelector for the Container.
 

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.
 

Uses of ServiceSelector in org.apache.excalibur.source.impl
 

Fields in org.apache.excalibur.source.impl declared as ServiceSelector
protected  ServiceSelector SourceResolverImpl.m_factorySelector
          The special Source factories
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.