|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
void |
Composable.compose(ComponentManager componentManager)
Pass the ComponentManager to the composer . |
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. |
void |
Recomposable.recompose(ComponentManager componentManager)
Deprecated. Repass the ComponentManager to the composer . |
Component |
DefaultComponentSelector.select(java.lang.Object hint)
Select the desired component. |
Component |
WrapperComponentSelector.select(java.lang.Object policy)
Select a Component based on a policy. |
Component |
ComponentSelector.select(java.lang.Object hint)
Select the Component associated with the given hint. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |