org.objectweb.dream.adl.legacy
Class LegacyLoader

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

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()
See Also:
BindingController.listFc()

lookupFc

public Object lookupFc(String s)
See Also:
BindingController.lookupFc(java.lang.String)

bindFc

public void bindFc(String s,
                   Object o)
See Also:
BindingController.bindFc(java.lang.String, java.lang.Object)

unbindFc

public void unbindFc(String s)
See Also:
BindingController.unbindFc(java.lang.String)


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