org.apache.avalon.framework.component
Interface Recomposable
- Composable
public interface Recomposable
extends Composable
Extends composer to allow recomposing.
CVS $Revision: 1.22 $ $Date: 2004/02/11 14:34:24 $ void | recompose(ComponentManager componentManager) - Repass the
ComponentManager to the composer .
|
recompose
public void recompose(ComponentManager componentManager)
throws ComponentException
Repass the ComponentManager
to the composer
.
The Composable
implementation should use the specified
ComponentManager
to acquire the components it needs for
execution. It should also drop references to any components it
retrieved from old ComponentManager.
componentManager
- The ComponentManager
which this
Composable
uses.