Tuscany Core

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

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

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

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

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

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

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

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

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

Subinterfaces of AutowireContext 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 AutowireContext
 class RuntimeContextImpl
          Implementation of a RuntimeContext that forms the foundation for a Tuscany environment.
 

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

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

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


Tuscany Core

-