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.servicepackage 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 voidComposable. compose(ComponentManager componentManager)Pass theComponentManagerto thecomposer.ComponentComponentManager. lookup(java.lang.String key)Get theComponentassociated with the given key.ComponentDefaultComponentManager. lookup(java.lang.String key)Retrieve Component by key from ComponentManager.ComponentWrapperComponentManager. lookup(java.lang.String key)Retrieve a component via a key.voidRecomposable. recompose(ComponentManager componentManager)Deprecated.Repass theComponentManagerto thecomposer.ComponentComponentSelector. select(java.lang.Object hint)Select theComponentassociated with the given hint.ComponentDefaultComponentSelector. select(java.lang.Object hint)Select the desired component.ComponentWrapperComponentSelector. 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 voidContainerUtil. compose(java.lang.Object object, ComponentManager componentManager)Deprecated.compose() is no longer the preferred method via which components will be supplied with Components.
-