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.  
org.apache.avalon.framework.container Utilities supporting execution of component lifecycle stages.  
 

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

Methods in org.apache.avalon.framework.component that throw ComponentException
 Component WrapperComponentSelector.select(java.lang.Object policy)
          Select a Component based on a policy.
 Component WrapperComponentManager.lookup(java.lang.String key)
          Retrieve a component via a key.
 Component DefaultComponentSelector.select(java.lang.Object hint)
          Select the desired component.
 Component DefaultComponentManager.lookup(java.lang.String key)
          Retrieve Component by key from ComponentManager.
 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.
 

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

Methods in org.apache.avalon.framework.container that throw ComponentException
static void ContainerUtil.compose(java.lang.Object object, ComponentManager componentManager)
          Deprecated. compose() is no longer the preferred method via which components will be supplied with Components. Please Use service() from Composable instead.
 



Copyright © The Apache Software Foundation. All Rights Reserved.