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:
- $Id: Recomposable.java 30977 2004-07-30 03:57:54 -0500 (Fri, 30 Jul 2004) niclas $
- Author:
- Avalon Development Team
-
Method Summary
Modifier and TypeMethodDescriptionvoidrecompose(ComponentManager componentManager) Deprecated.Repass theComponentManagerto thecomposer.Methods inherited from interface Composable
compose
-
Method Details
-
recompose
Deprecated.Repass theComponentManagerto thecomposer. TheComposableimplementation should use the specifiedComponentManagerto acquire the components it needs for execution. It should also drop references to any components it retrieved from old ComponentManager.- Parameters:
componentManager- TheComponentManagerwhich thisComposableuses.- Throws:
ComponentException- if an error occurs
-