public interface ScopeRegistry
ScopeContainers in the runtime| Modifier and Type | Method and Description |
|---|---|
ScopeContainer |
getScopeContainer(org.fabric3.api.model.type.component.Scope scope)
Returns the scope container for the given scope or null if one not found.
|
void |
register(ScopeContainer container)
Register a scope container with this registry.
|
void |
unregister(ScopeContainer container)
Unregister a scope container from this registry.
|
ScopeContainer getScopeContainer(org.fabric3.api.model.type.component.Scope scope)
scope - the scopevoid register(ScopeContainer container)
container - the container to registervoid unregister(ScopeContainer container)
container - the container to unregister