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

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

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

Methods in org.apache.avalon.framework.component that throw ComponentException
 void Recomposable.recompose(ComponentManager componentManager)
          Deprecated. 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.
 Component ComponentManager.lookup(java.lang.String key)
          Get the Component associated with the given key.
 



Copyright © 1997-2007 Apache Software Foundation. All Rights Reserved.