org.apache.avalon.framework.context
Interface Recontextualizable
- Contextualizable
public interface Recontextualizable
Extends Contextualizable to allow recontextualizing.
This allows a component to re-receive it's context if
container environment has changed.
Version:
- Avalon Development Team
recontextualize
public void recontextualize(Context context)
throws ContextException
Pass the new Context to the component.
This method is usually called when component is suspended via use of
Suspendable.suspend() method.
context
- the context
ContextException
- if context is invalid
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."