Tuscany Core

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

Packages that use ConfigurationContext
org.apache.tuscany.core.context   
org.apache.tuscany.core.context.impl   
org.apache.tuscany.core.runtime   
org.apache.tuscany.core.system.context   
 

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

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

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

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

Fields in org.apache.tuscany.core.context.impl declared as ConfigurationContext
protected  ConfigurationContext AbstractCompositeContext.configurationContext
           
 

Methods in org.apache.tuscany.core.context.impl with parameters of type ConfigurationContext
 void AbstractCompositeContext.setConfigurationContext(ConfigurationContext context)
           
 

Constructors in org.apache.tuscany.core.context.impl with parameters of type ConfigurationContext
AbstractCompositeContext(String name, CompositeContext parent, ScopeStrategy strategy, EventContext ctx, ConfigurationContext configCtx)
           
CompositeContextImpl(String name, CompositeContext parent, AutowireContext autowireContext, ScopeStrategy strategy, EventContext ctx, ConfigurationContext configCtx)
           
CompositeContextImpl(String name, CompositeContext parent, ScopeStrategy strategy, EventContext ctx, ConfigurationContext configCtx)
           
 

Uses of ConfigurationContext in org.apache.tuscany.core.runtime
 

Subinterfaces of ConfigurationContext in org.apache.tuscany.core.runtime
 interface RuntimeContext
          Represents a top-level component context in the runtime, that is the bootstrap context.
 

Classes in org.apache.tuscany.core.runtime that implement ConfigurationContext
 class RuntimeContextImpl
          Implementation of a RuntimeContext that forms the foundation for a Tuscany environment.
 

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

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

Constructors in org.apache.tuscany.core.system.context with parameters of type ConfigurationContext
SystemCompositeContextImpl(String name, CompositeContext parent, AutowireContext autowire, ScopeStrategy strategy, EventContext ctx, ConfigurationContext configCtx)
           
 


Tuscany Core

-