org.apache.avalon.framework.component
public interface Recomposable extends Composable
Deprecated: Deprecated with no replacement. The Recomposable interface is a legacy interface with no concrete contracts. Rather than copy the design mistake to the "service" package, we no longer support this class.
Extends composer to allow recomposing.Version: CVS $Revision: 1.20 $ $Date: 2003/02/11 15:58:38 $
Method Summary | |
---|---|
void | recompose(ComponentManager componentManager)
Repass the ComponentManager to the composer .
|
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: componentManager The ComponentManager
which this
Composable
uses.
Throws: ComponentException if an error occurs