org.apache.avalon.framework.component
Interface Recomposable
- All Superinterfaces:
- Composable
- public interface Recomposable
- extends Composable
Extends composer to allow recomposing.
- Author:
- Peter Donald
Methods inherited from interface org.apache.avalon.framework.component.Composable |
compose |
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.
- Parameters:
manager
- The ComponentManager
which this
Composable
uses.
"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."