org.objectweb.dream.adl
Interface Resolver

All Known Implementing Classes:
FractalResolver

public interface Resolver

Component interface used to find a legacy component.


Method Summary
 Object resolve(Object namingContext, String name, Map context)
          Finds and returns a legacy component.
 

Method Detail

resolve

Object resolve(Object namingContext,
               String name,
               Map context)
               throws ComponentNotFoundException
Finds and returns a legacy component.

Parameters:
namingContext - a context for retreiving the component (i.e. a composite component).
name - a name identifying the component to find.
context - a map.
Returns:
a component.
Throws:
ComponentNotFoundException - if the component can't be found.


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