org.objectweb.dream.adl
Class PrecompilerCompiler
java.lang.Object
org.objectweb.dream.adl.PrecompilerCompiler
- All Implemented Interfaces:
- BindingController, Compiler
- public class PrecompilerCompiler
- extends Object
- implements BindingController, Compiler
A simple compiler with two Compiler
client
interfaces :precompile
and compile
. These two
interfaces are called sequencialy.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRECOMPILE_ITF_NAME
public static final String PRECOMPILE_ITF_NAME
- The name of the client interface used to precompile
- See Also:
- Constant Field Values
COMPILE_ITF_NAME
public static final String COMPILE_ITF_NAME
- The name of the client interface used to compile
- See Also:
- Constant Field Values
precompileItf
protected Compiler precompileItf
compileItf
protected Compiler compileItf
PrecompilerCompiler
public PrecompilerCompiler()
compile
public void compile(Definition definition,
TaskMap tasks,
Map context)
throws ADLException
- Specified by:
compile
in interface Compiler
- Throws:
ADLException
- See Also:
Compiler.compile(org.objectweb.fractal.adl.Definition,
org.objectweb.fractal.adl.TaskMap, java.util.Map)
listFc
public String[] listFc()
- Specified by:
listFc
in interface BindingController
- See Also:
BindingController.listFc()
lookupFc
public Object lookupFc(String clientItfName)
throws NoSuchInterfaceException
- Specified by:
lookupFc
in interface BindingController
- Throws:
NoSuchInterfaceException
- See Also:
BindingController.lookupFc(java.lang.String)
bindFc
public void bindFc(String clientItfName,
Object serverItf)
throws NoSuchInterfaceException,
IllegalBindingException,
IllegalLifeCycleException
- Specified by:
bindFc
in interface BindingController
- Throws:
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
- See Also:
BindingController.bindFc(java.lang.String,
java.lang.Object)
unbindFc
public void unbindFc(String clientItfName)
throws NoSuchInterfaceException,
IllegalBindingException,
IllegalLifeCycleException
- Specified by:
unbindFc
in interface BindingController
- Throws:
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
- See Also:
BindingController.unbindFc(java.lang.String)
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.