2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.core.scope
Interface ScopeRegistry
- All Known Implementing Classes:
- ScopeRegistryImpl
public interface ScopeRegistry
Manages ScopeContainer
s in the runtime
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
-