Interface Recomposable
- All Superinterfaces:
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.22 $ $Date: 2004/02/11 14:34:24 $
- Author:
- Avalon Development Team
-
Method Summary
Modifier and TypeMethodDescriptionvoid
recompose
(ComponentManager componentManager) Deprecated.Repass theComponentManager
to thecomposer
.Methods inherited from interface org.apache.avalon.framework.component.Composable
compose
-
Method Details
-
recompose
Deprecated.Repass theComponentManager
to thecomposer
. TheComposable
implementation should use the specifiedComponentManager
to acquire the components it needs for execution. It should also drop references to any components it retrieved from old ComponentManager.- Parameters:
componentManager
- TheComponentManager
which thisComposable
uses.- Throws:
ComponentException
- if an error occurs
-