Uses of Class
org.apache.avalon.framework.component.ComponentException

Packages that use ComponentException
org.apache.avalon.excalibur.component   
org.apache.avalon.framework.component   
 

Uses of ComponentException in org.apache.avalon.excalibur.component
 

Methods in org.apache.avalon.excalibur.component that throw ComponentException
 void DefaultComponentSelector.compose(ComponentManager componentManager)
          Compose the ComponentSelector so that we know what the parent ComponentManager is.
 Component DefaultComponentSelector.select(java.lang.Object hint)
          Return an instance of a component based on a hint.
 void DefaultComponentSelector.addComponent(java.lang.Object hint, java.lang.Class component, Configuration configuration)
          Add a new component to the manager.
 Component DefaultComponentManager.lookup(java.lang.String role)
          Return an instance of a component based on a Role.
 void DefaultComponentManager.addComponent(java.lang.String role, java.lang.Class component, Configuration configuration)
          Add a new component to the manager.
 

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

Methods in org.apache.avalon.framework.component that throw ComponentException
 Component DefaultComponentSelector.select(java.lang.Object hint)
          Select the desired component.
 Component DefaultComponentManager.lookup(java.lang.String role)
           
 Component ComponentManager.lookup(java.lang.String role)
          Get the Component associated with the given role.
 void Recomposable.recompose(ComponentManager componentManager)
           
 void Composable.compose(ComponentManager componentManager)
          Pass the ComponentManager to the composer.
 Component ComponentSelector.select(java.lang.Object hint)
          Select the Component associated with the given hint.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.