org.objectweb.fractal.cecilia.primitive.thinkMC.controllers
Class BCDefinitionVisitor

java.lang.Object
  extended by org.objectweb.fractal.task.core.AbstractTaskFactoryUser
      extended by org.objectweb.fractal.cecilia.adl.interfaces.AbstractClientInterfaceVisitor
          extended by org.objectweb.fractal.cecilia.primitive.thinkMC.controllers.BCDefinitionVisitor
All Implemented Interfaces:
ComponentVisitor, Visitor<org.objectweb.fractal.adl.components.ComponentContainer>, org.objectweb.fractal.api.control.BindingController

public class BCDefinitionVisitor
extends AbstractClientInterfaceVisitor

Visitor component that builds the definition of the binding controller data structure of the component for ThinkMC dialect.


Nested Class Summary
static class BCDefinitionVisitor.BCPrimitiveDefinitionTask
          Builds source code for the definition of the binding controller data structure for the given component node.
 
Field Summary
 
Fields inherited from class org.objectweb.fractal.task.core.AbstractTaskFactoryUser
TASK_FACTORY_ITF_NAME, taskFactoryItf
 
Constructor Summary
BCDefinitionVisitor()
           
 
Method Summary
protected  org.objectweb.fractal.api.Component createTask(org.objectweb.fractal.adl.components.ComponentContainer container, java.util.List<org.objectweb.fractal.adl.types.TypeInterface> clientInterfaces)
          Creates the task that is returned by this visitor.
 
Methods inherited from class org.objectweb.fractal.cecilia.adl.interfaces.AbstractClientInterfaceVisitor
visit
 
Methods inherited from class org.objectweb.fractal.task.core.AbstractTaskFactoryUser
bindFc, listFc, lookupFc, unbindFc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCDefinitionVisitor

public BCDefinitionVisitor()
Method Detail

createTask

protected org.objectweb.fractal.api.Component createTask(org.objectweb.fractal.adl.components.ComponentContainer container,
                                                         java.util.List<org.objectweb.fractal.adl.types.TypeInterface> clientInterfaces)
                                                  throws org.objectweb.fractal.adl.ADLException,
                                                         TaskException
Description copied from class: AbstractClientInterfaceVisitor
Creates the task that is returned by this visitor.

Specified by:
createTask in class AbstractClientInterfaceVisitor
Parameters:
container - the component that is visited.
clientInterfaces - the client interfaces of the component (contains at least one element).
Returns:
the created task.
Throws:
org.objectweb.fractal.adl.ADLException - if the instantiation of the task fails.
TaskException


Copyright © 2007-2009 ObjectWeb Consortium. All Rights Reserved.