org.objectweb.dream.adl.legacy
Class LegacyLoader

java.lang.Object
  extended by org.objectweb.fractal.adl.AbstractLoader
      extended by org.objectweb.dream.adl.legacy.LegacyLoader
All Implemented Interfaces:
Loader, BindingController

public class LegacyLoader
extends AbstractLoader


Field Summary
static String CHECKER_ITF_NAME
          The name of the Checkerclient interface
static String RESOLVER_ITF_NAME
          The name of the Resolverclient interface
 
Fields inherited from class org.objectweb.fractal.adl.AbstractLoader
clientLoader, LOADER_BINDING
 
Constructor Summary
LegacyLoader()
           
 
Method Summary
 void bindFc(String s, Object o)
           
 String[] listFc()
           
 Definition load(String name, Map context)
           
 Object lookupFc(String s)
           
 void unbindFc(String s)
           
 
Methods inherited from class org.objectweb.fractal.adl.AbstractLoader
getClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHECKER_ITF_NAME

public static final String CHECKER_ITF_NAME
The name of the Checkerclient interface

See Also:
Constant Field Values

RESOLVER_ITF_NAME

public static final String RESOLVER_ITF_NAME
The name of the Resolverclient interface

See Also:
Constant Field Values
Constructor Detail

LegacyLoader

public LegacyLoader()
Method Detail

load

public Definition load(String name,
                       Map context)
                throws ADLException
Throws:
ADLException
See Also:
Loader.load(java.lang.String, java.util.Map)

listFc

public String[] listFc()
Specified by:
listFc in interface BindingController
Overrides:
listFc in class AbstractLoader
See Also:
BindingController.listFc()

lookupFc

public Object lookupFc(String s)
Specified by:
lookupFc in interface BindingController
Overrides:
lookupFc in class AbstractLoader
See Also:
BindingController.lookupFc(java.lang.String)

bindFc

public void bindFc(String s,
                   Object o)
Specified by:
bindFc in interface BindingController
Overrides:
bindFc in class AbstractLoader
See Also:
BindingController.bindFc(java.lang.String, java.lang.Object)

unbindFc

public void unbindFc(String s)
Specified by:
unbindFc in interface BindingController
Overrides:
unbindFc in class AbstractLoader
See Also:
BindingController.unbindFc(java.lang.String)


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.