org.ow2.jasmine.jade.fractal.adl.implementations
Class ImplementationLoader
java.lang.Object
org.objectweb.fractal.adl.AbstractLoader
org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationLoader
- All Implemented Interfaces:
- org.objectweb.fractal.adl.Loader, org.objectweb.fractal.api.control.BindingController
public class ImplementationLoader
- extends org.objectweb.fractal.adl.AbstractLoader
A Loader to check Implementation
nodes in definitions.
Modified compared to
ImplementationLoader
so that no classes building the components are loaded (to avoid
ClassNotFoundExceptions at runtime).
Contributor : @author Jakub Kornas
| Fields inherited from class org.objectweb.fractal.adl.AbstractLoader |
clientLoader, LOADER_BINDING |
|
Method Summary |
org.objectweb.fractal.adl.Definition |
load(java.lang.String name,
java.util.Map context)
|
| Methods inherited from class org.objectweb.fractal.adl.AbstractLoader |
bindFc, getClassLoader, listFc, lookupFc, unbindFc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplementationLoader
public ImplementationLoader()
load
public org.objectweb.fractal.adl.Definition load(java.lang.String name,
java.util.Map context)
throws org.objectweb.fractal.adl.ADLException
- Parameters:
name - namecontext - context
- Returns:
- definition
- Throws:
org.objectweb.fractal.adl.ADLException - exception
Copyright © 2008 OW2 Consortium. All Rights Reserved.