org.objectweb.dream.adl.legacy
Class LegacyLoader
java.lang.Object
org.objectweb.fractal.adl.AbstractLoader
org.objectweb.dream.adl.legacy.LegacyLoader
- All Implemented Interfaces:
- Loader, BindingController
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()
- 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.