org.objectweb.dream.adl.legacy
Interface LegacyComponentBuilder
- All Superinterfaces:
- ComponentBuilder
- All Known Implementing Classes:
- FractalLegacyComponentBuilder
public interface LegacyComponentBuilder
- extends ComponentBuilder
Builder interface to stop a legacy component.
stopComponent
void stopComponent(Object component,
Object context)
throws Exception
- Stop the givent component.
- Parameters:
component
- the component to stop.context
- a context.
- Throws:
Exception
- if an error occurs.
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.