Tuscany Core

Uses of Interface
org.apache.tuscany.core.context.ScopeAwareContext

Packages that use ScopeAwareContext
org.apache.tuscany.core.context   
org.apache.tuscany.core.context.impl   
org.apache.tuscany.core.system.context   
 

Uses of ScopeAwareContext in org.apache.tuscany.core.context
 

Subinterfaces of ScopeAwareContext in org.apache.tuscany.core.context
 interface SystemCompositeContext
          Marker type for system composite contexts
 

Uses of ScopeAwareContext in org.apache.tuscany.core.context.impl
 

Classes in org.apache.tuscany.core.context.impl that implement ScopeAwareContext
 class AbstractCompositeContext
          The base implementation of a composite context
 class CompositeContextImpl
          The standard implementation of an composite context.
 

Uses of ScopeAwareContext in org.apache.tuscany.core.system.context
 

Classes in org.apache.tuscany.core.system.context that implement ScopeAwareContext
 class SystemCompositeContextImpl
          Implements an composite context for system components.
 


Tuscany Core

-