Uses of Class
org.apache.avalon.framework.component.ComponentException
-
Packages that use ComponentException Package Description org.apache.avalon.framework.component Deprecated: use the interfaces in theorg.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 Modifier and Type Method Description void
Composable. compose(ComponentManager componentManager)
Pass theComponentManager
to thecomposer
.Component
ComponentManager. lookup(java.lang.String key)
Get theComponent
associated with the given key.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.void
Recomposable. recompose(ComponentManager componentManager)
Deprecated.Repass theComponentManager
to thecomposer
.Component
ComponentSelector. select(java.lang.Object hint)
Select theComponent
associated with the given hint.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. -
Uses of ComponentException in org.apache.avalon.framework.container
Methods in org.apache.avalon.framework.container that throw ComponentException Modifier and Type Method Description 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.
-