Uses of Interface
org.apache.avalon.framework.component.ComponentSelector

Packages that use ComponentSelector
org.apache.avalon.excalibur.component Extended component management services. 
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 ComponentSelector in org.apache.avalon.excalibur.component
 

Classes in org.apache.avalon.excalibur.component that implement ComponentSelector
 class ExcaliburComponentSelector
          Deprecated. ECM is no longer supported
 

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

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

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

Constructors in org.apache.avalon.framework.service with parameters of type ComponentSelector
WrapperServiceSelector(java.lang.String key, ComponentSelector selector)
          This constructor is a constructor for a ComponentServiceManager
 



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