org.objectweb.fractal.adl.bindings
Class FractalBindingBuilder
java.lang.Object
org.objectweb.fractal.adl.bindings.FractalBindingBuilder
- All Implemented Interfaces:
- BindingBuilder
- public class FractalBindingBuilder
- extends Object
- implements BindingBuilder
A Fractal based implementation of the BindingBuilder
interface.
This implementation uses the Fractal API to bind components.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FractalBindingBuilder
public FractalBindingBuilder()
bindComponent
public void bindComponent(int type,
Object client,
String clientItf,
Object server,
String serverItf,
Object context)
throws Exception
- Specified by:
bindComponent
in interface BindingBuilder
- Throws:
Exception