org.objectweb.fractal.adl.components
Class FractalComponentBuilder
java.lang.Object
org.objectweb.fractal.adl.components.FractalComponentBuilder
- All Implemented Interfaces:
- ComponentBuilder
- public class FractalComponentBuilder
- extends Object
- implements ComponentBuilder
A Fractal based implementation of the ComponentBuilder
interface.
This implementation uses the Fractal API to add and start components.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FractalComponentBuilder
public FractalComponentBuilder()
addComponent
public void addComponent(Object superComponent,
Object subComponent,
String name,
Object context)
throws Exception
- Specified by:
addComponent
in interface ComponentBuilder
- Throws:
Exception
startComponent
public void startComponent(Object component,
Object context)
throws Exception
- Specified by:
startComponent
in interface ComponentBuilder
- Throws:
Exception