Tuscany Core

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

Packages that use ScopeContext
org.apache.tuscany.core.builder   
org.apache.tuscany.core.builder.impl   
org.apache.tuscany.core.context   
org.apache.tuscany.core.context.impl   
org.apache.tuscany.core.context.scope   
org.apache.tuscany.core.extension   
org.apache.tuscany.core.runtime   
org.apache.tuscany.core.system.context   
 

Uses of ScopeContext in org.apache.tuscany.core.builder
 

Methods in org.apache.tuscany.core.builder with parameters of type ScopeContext
 void WireBuilder.completeTargetChain(TargetWireFactory<?> targetFactory, Class targetType, ScopeContext targetScopeContext)
          Finishes processing the target side wire chain.
 void WireBuilder.connect(SourceWireFactory<?> sourceFactory, TargetWireFactory<?> targetFactory, Class targetType, boolean downScope, ScopeContext targetScopeContext)
          Connects wire configurations of the source proxy factory to corresponding ones in the target proxy to factory
 

Uses of ScopeContext in org.apache.tuscany.core.builder.impl
 

Methods in org.apache.tuscany.core.builder.impl with parameters of type ScopeContext
 void DefaultWireBuilder.completeTargetChain(TargetWireFactory targetFactory, Class targetType, ScopeContext targetScopeContext)
           
 void DefaultWireBuilder.connect(SourceWireFactory<?> sourceFactory, TargetWireFactory<?> targetFactory, Class targetType, boolean downScope, ScopeContext targetScopeContext)
           
 

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

Methods in org.apache.tuscany.core.context that return types with arguments of type ScopeContext
 Map<Scope,ScopeContext> ScopeAwareContext.getScopeContexts()
          Returns an immutable collection of scopes keyed by type for the composite context
 Map<Scope,ScopeContext> ScopeStrategy.getScopeContexts(EventContext eventContext)
          Creates and returns new instances of configured scope containers
 

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

Fields in org.apache.tuscany.core.context.impl with type parameters of type ScopeContext
protected  Map<Scope,ScopeContext> AbstractCompositeContext.immutableScopeContexts
           
protected  Map<Scope,ScopeContext> AbstractCompositeContext.scopeContexts
           
protected  Map<String,ScopeContext> AbstractCompositeContext.scopeIndex
           
 

Methods in org.apache.tuscany.core.context.impl that return ScopeContext
 ScopeContext AbstractCompositeContext.NameToScope.getScopeContext()
           
 

Methods in org.apache.tuscany.core.context.impl that return types with arguments of type ScopeContext
 Map<Scope,ScopeContext> AbstractCompositeContext.getScopeContexts()
           
 

Methods in org.apache.tuscany.core.context.impl with parameters of type ScopeContext
 void AbstractCompositeContext.completeTargetChain(TargetWireFactory targetFactory, Class targetType, ScopeContext targetScopeContext)
           
 void AbstractCompositeContext.connect(SourceWireFactory sourceFactory, TargetWireFactory targetFactory, Class targetType, boolean downScope, ScopeContext targetScopeContext)
           
protected  void AbstractCompositeContext.registerAutowireExternal(Class<?> interfaze, String name, ScopeContext scopeContext)
           
protected  void AbstractCompositeContext.registerAutowireInternal(Class<?> interfaze, String name, ScopeContext scopeContext)
           
 

Constructors in org.apache.tuscany.core.context.impl with parameters of type ScopeContext
AbstractCompositeContext.NameToScope(QualifiedName name, ScopeContext scope)
           
 

Uses of ScopeContext in org.apache.tuscany.core.context.scope
 

Classes in org.apache.tuscany.core.context.scope that implement ScopeContext
 class AbstractScopeContext
          Implements functionality common to scope contexts.
 class CompositeScopeContext
          Manages the lifecycle of composite component contexts, i.e.
 class ModuleScopeContext
          Manages contexts whose implementations are module scoped.
 class RequestScopeContext
          An implementation of a request-scoped component container.
 class SessionScopeContext
          An implementation of an session-scoped component container.
 class StatelessScopeContext
          A container that manages stateless components.
 

Methods in org.apache.tuscany.core.context.scope that return types with arguments of type ScopeContext
 Map<Scope,ScopeContext> DefaultScopeStrategy.getScopeContexts(EventContext eventContext)
           
 

Uses of ScopeContext in org.apache.tuscany.core.extension
 

Methods in org.apache.tuscany.core.extension with parameters of type ScopeContext
 void WireBuilderSupport.completeTargetChain(TargetWireFactory targetFactory, Class targetType, ScopeContext targetScopeContext)
           
 void WireBuilderSupport.connect(SourceWireFactory sourceFactory, TargetWireFactory targetFactory, Class targetType, boolean downScope, ScopeContext targetScopeContext)
           
protected abstract  TargetInvoker WireBuilderSupport.createInvoker(QualifiedName targetName, Method operation, ScopeContext context, boolean downScope)
          Callback to create the specific TargetInvoker type for dispatching to the target type
 

Constructors in org.apache.tuscany.core.extension with parameters of type ScopeContext
ComponentTargetInvoker(QualifiedName serviceName, Method method, ScopeContext container)
          Constructs a new ExternalWebServiceTargetInvoker.
ExternalServiceTargetInvoker(QualifiedName serviceName, Method method, ScopeContext container)
          Constructs a new ExternalWebServiceTargetInvoker.
 

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

Methods in org.apache.tuscany.core.runtime that return types with arguments of type ScopeContext
 Map<Scope,ScopeContext> RuntimeScopeStrategy.getScopeContexts(EventContext eventContext)
           
 

Methods in org.apache.tuscany.core.runtime with parameters of type ScopeContext
 void RuntimeContextImpl.completeTargetChain(TargetWireFactory targetFactory, Class targetType, ScopeContext targetScopeContext)
           
 void RuntimeContextImpl.connect(SourceWireFactory sourceFactory, TargetWireFactory targetFactory, Class targetType, boolean downScope, ScopeContext targetScopeContext)
           
 

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

Methods in org.apache.tuscany.core.system.context that return types with arguments of type ScopeContext
 Map<Scope,ScopeContext> SystemScopeStrategy.getScopeContexts(EventContext eventContext)
           
 


Tuscany Core

-