Uses of Interface
org.apache.avalon.framework.component.Component
-
Packages that use Component Package Description org.apache.avalon.framework.component Deprecated: use the interfaces in theorg.apache.avalon.framework.service
package instead. -
-
Uses of Component in org.apache.avalon.framework.component
Subinterfaces of Component in org.apache.avalon.framework.component Modifier and Type Interface Description interface
ComponentSelector
AComponentSelector
selectsComponent
s based on a hint.Methods in org.apache.avalon.framework.component that return Component Modifier and Type Method Description Component
ComponentManager. lookup(java.lang.String key)
Get theComponent
associated with the given key.Component
ComponentSelector. select(java.lang.Object hint)
Select theComponent
associated with the given hint.Methods in org.apache.avalon.framework.component with parameters of type Component Modifier and Type Method Description void
ComponentManager. release(Component component)
Return theComponent
when you are finished with it.void
ComponentSelector. release(Component component)
Return theComponent
when you are finished with it.
-