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 ExcaliburComponentSelector.compose(ComponentManager componentManager)
          Compose the ComponentSelector so that we know what the parent ComponentManager is.
 Component ExcaliburComponentSelector.select(java.lang.Object hint)
          Return an instance of a component based on a hint.
 void ExcaliburComponentSelector.addComponent(java.lang.Object hint, java.lang.Class component, Configuration configuration)
          Add a new component to the manager.
 Component ExcaliburComponentManager.lookup(java.lang.String role)
          Return an instance of a component based on a Role.
 void ExcaliburComponentManager.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)
          Retrieve Component by role from ComponentManager.
 Component ComponentManager.lookup(java.lang.String role)
          Get the Component associated with the given role.
 void Recomposable.recompose(ComponentManager componentManager)
          Repass the ComponentManager to the composer.
 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.