org.apache.tuscany.sca.core.scope
Interface ScopeRegistry

All Known Implementing Classes:
ScopeRegistryImpl

public interface ScopeRegistry

Manages ScopeContainers in the runtime


Method Summary
 ScopeContainer getScopeContainer(RuntimeComponent component)
          Returns the scope container for the given scope or null if one not found
 void register(ScopeContainerFactory factory)
           
 

Method Detail

getScopeContainer

ScopeContainer getScopeContainer(RuntimeComponent component)
Returns the scope container for the given scope or null if one not found

Parameters:
scope - the scope
Returns:
the scope container for the given scope or null if one not found

register

void register(ScopeContainerFactory factory)
Parameters:
factory -