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

Packages that use ComponentException
org.apache.avalon.excalibur.component Extended component management services. 
org.apache.avalon.excalibur.testcase Excalibur testcase utilities. 
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.excalibur.component
 

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

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

Methods in org.apache.avalon.excalibur.testcase that throw ComponentException
protected  java.lang.Object ExcaliburTestCase.lookup(java.lang.String key)
          Deprecated.  
 

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 DefaultComponentSelector.select(java.lang.Object hint)
          Select the desired component.
 Component DefaultComponentManager.lookup(java.lang.String key)
          Retrieve Component by key from ComponentManager.
 Component WrapperComponentManager.lookup(java.lang.String key)
          Retrieve a component via a key.
 Component ComponentManager.lookup(java.lang.String key)
          Get the Component associated with the given key.
 Component ComponentSelector.select(java.lang.Object hint)
          Select the Component associated with the given hint.
 void Recomposable.recompose(ComponentManager componentManager)
          Deprecated. Repass the ComponentManager to the composer.
 void Composable.compose(ComponentManager componentManager)
          Pass the ComponentManager to the composer.
 

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 © 1997-2005 The Apache Software Foundation. All Rights Reserved.