Tuscany Core

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

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

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

Fields in org.apache.tuscany.core.context.impl declared as ScopeStrategy
protected  ScopeStrategy AbstractCompositeContext.scopeStrategy
           
 

Methods in org.apache.tuscany.core.context.impl with parameters of type ScopeStrategy
 void CompositeContextImpl.setScopeStrategy(ScopeStrategy scopeStrategy)
           
 

Constructors in org.apache.tuscany.core.context.impl with parameters of type ScopeStrategy
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 ScopeStrategy in org.apache.tuscany.core.context.scope
 

Classes in org.apache.tuscany.core.context.scope that implement ScopeStrategy
 class AbstractScopeStrategy
          Implements basic scope strategy functionality
 class DefaultScopeStrategy
          Implements a ScopeStrategy for the default module scopes: stateless, request, session, and module.
 

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

Classes in org.apache.tuscany.core.runtime that implement ScopeStrategy
 class RuntimeScopeStrategy
          Implements a ScopeStrategy for a runtime context.
 

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

Classes in org.apache.tuscany.core.system.context that implement ScopeStrategy
 class SystemScopeStrategy
          Implements a ScopeStrategy for a system composite context with the following scopes: Scope.AGGREGATE Scope.MODULE Scope.INSTANCE
 

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


Tuscany Core

-