Package | Description |
---|---|
org.apache.avalon.framework.component |
Deprecated: use the interfaces in the
org.apache.avalon.framework.service package instead. |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentSelector
A
ComponentSelector selects Component s based on a
hint. |
Modifier and Type | Method and Description |
---|---|
Component |
ComponentManager.lookup(java.lang.String key)
Get the
Component associated with the given key. |
Component |
ComponentSelector.select(java.lang.Object hint)
Select the
Component associated with the given hint. |
Modifier and Type | Method and Description |
---|---|
void |
ComponentManager.release(Component component)
Return the
Component when you are finished with it. |
void |
ComponentSelector.release(Component component)
Return the
Component when you are finished with it. |