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 ComponentSelector.select(java.lang.Object hint)
          Select the Component associated with the given hint.
 Component ComponentManager.lookup(java.lang.String key)
          Get the Component associated with the given key.
 

Methods in org.apache.avalon.framework.component with parameters of type Component
 void ComponentSelector.release(Component component)
          Return the Component when you are finished with it.
 void ComponentManager.release(Component component)
          Return the Component when you are finished with it.
 



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