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.servicepackage 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 ServiceSelectorWrapperComponentSelector. m_selectorThe Selector we are wrapping.Methods in org.apache.avalon.framework.component that return ServiceSelector Modifier and Type Method Description (package private) ServiceSelectorWrapperComponentSelector. getWrappedSelector()TheWrapperComponentManagerwraps 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 classDefaultServiceSelectorThis is the default implementation of the ServiceSelectorclassWrapperServiceSelectorThis is aServiceSelectorimplementation that can wrap around a legacyComponentSelectorobject effectively adapting aComponentSelectorinterface to aServiceSelectorinterface.
-