Uses of Interface
org.apache.avalon.framework.service.ServiceSelector
-
Packages that use ServiceSelector Package Description org.apache.avalon.framework.component Deprecated: use the interfaces in theorg.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 Modifier and Type Field Description private ServiceSelector
WrapperComponentSelector. m_selector
The Selector we are wrapping.Methods in org.apache.avalon.framework.component that return ServiceSelector Modifier and Type Method Description (package private) ServiceSelector
WrapperComponentSelector. getWrappedSelector()
TheWrapperComponentManager
wraps ServiceSelectors in WrapperServiceSelectors when they are looked up.Constructors in org.apache.avalon.framework.component with parameters of type ServiceSelector Constructor Description 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 Modifier and Type Class Description class
DefaultServiceSelector
This is the default implementation of the ServiceSelectorclass
WrapperServiceSelector
This is aServiceSelector
implementation that can wrap around a legacyComponentSelector
object effectively adapting aComponentSelector
interface to aServiceSelector
interface.
-