org.objectweb.fractal.adl

Class AbstractLoader

Implemented Interfaces:
BindingController, Loader
Known Direct Subclasses:
ArgumentLoader, AttributeLoader, BindingLoader, ComponentLoader, ImplementationLoader, InterfaceLoader, TypeLoader

public abstract class AbstractLoader
extends Object
implements BindingController, Loader

An abstract Loader that delegates to another Loader.

Field Summary

static String
LOADER_BINDING
Name of the mandatory interface bound to the Loader used by this loader.
Loader
clientLoader
The Loader used by this loader.

Method Summary

void
bindFc(String s, Object o)
String[]
listFc()
Object
lookupFc(String s)
void
unbindFc(String s)

Field Details

LOADER_BINDING

public static final String LOADER_BINDING


clientLoader

public Loader clientLoader
The Loader used by this loader.

Method Details

bindFc

public void bindFc(String s,
                   Object o)


listFc

public String[] listFc()


lookupFc

public Object lookupFc(String s)


unbindFc

public void unbindFc(String s)