org.objectweb.dream.adl.legacy
Class LegacyLoader
java.lang.Object
org.objectweb.fractal.adl.AbstractLoader
org.objectweb.dream.adl.legacy.LegacyLoader
- All Implemented Interfaces:
- BindingController, Loader
- public class LegacyLoader
- extends AbstractLoader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHECKER_ITF_NAME
public static final String CHECKER_ITF_NAME
- The name of the
Checker
client interface
- See Also:
- Constant Field Values
RESOLVER_ITF_NAME
public static final String RESOLVER_ITF_NAME
- The name of the
Resolver
client interface
- See Also:
- Constant Field Values
LegacyLoader
public LegacyLoader()
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.