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

Packages that use Component
org.apache.avalon.framework.component Deprecated: use the interfaces in the org.apache.avalon.framework.service package instead. 
 

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

Subinterfaces of Component in org.apache.avalon.framework.component
 interface ComponentSelector
          A ComponentSelector selects Components based on a hint.
 

Methods in org.apache.avalon.framework.component that return Component
 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.
 

Methods in org.apache.avalon.framework.component with parameters of type Component
 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.
 



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