org.objectweb.fractal.adl.bindings
Class StaticFractalBindingBuilder

java.lang.Object
  extended byorg.objectweb.fractal.adl.bindings.StaticFractalBindingBuilder
All Implemented Interfaces:
BindingBuilder

public class StaticFractalBindingBuilder
extends Object
implements BindingBuilder

A Fractal based, static implementation of the BindingBuilder interface. This implementation produces code that uses the Fractal API to bind components.


Field Summary
 
Fields inherited from interface org.objectweb.fractal.adl.bindings.BindingBuilder
EXPORT_BINDING, IMPORT_BINDING, NORMAL_BINDING
 
Constructor Summary
StaticFractalBindingBuilder()
           
 
Method Summary
 void bindComponent(int type, Object client, String clientItf, Object server, String serverItf, Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticFractalBindingBuilder

public StaticFractalBindingBuilder()
Method Detail

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