Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.model.Scope

Packages that use Scope
org.apache.tuscany.spi.component   
org.apache.tuscany.spi.extension   
org.apache.tuscany.spi.implementation.java   
org.apache.tuscany.spi.model   
 

Uses of Scope in org.apache.tuscany.spi.component
 

Methods in org.apache.tuscany.spi.component that return Scope
 Scope ScopeContainer.getScope()
          Returns the scope value representing the scope context
 Scope SCAObject.getScope()
          Returns the artifact scope
 

Methods in org.apache.tuscany.spi.component with parameters of type Scope
 void ScopeRegistry.deregisterFactory(Scope scope)
           
 ScopeContainer ScopeRegistry.getScopeContainer(Scope scope)
           
<T extends ScopeContainer>
void
ScopeRegistry.registerFactory(Scope scope, ObjectFactory<T> factory)
           
 

Uses of Scope in org.apache.tuscany.spi.extension
 

Fields in org.apache.tuscany.spi.extension declared as Scope
protected  Scope AtomicComponentExtension.scope
           
 

Methods in org.apache.tuscany.spi.extension that return Scope
 Scope ServiceExtension.getScope()
           
 Scope ReferenceExtension.getScope()
           
 Scope CompositeComponentExtension.getScope()
           
 Scope AtomicComponentExtension.getScope()
           
 

Uses of Scope in org.apache.tuscany.spi.implementation.java
 

Methods in org.apache.tuscany.spi.implementation.java that return Scope
 Scope PojoComponentType.getImplementationScope()
          Returns the component implementation scope
 

Methods in org.apache.tuscany.spi.implementation.java with parameters of type Scope
 void PojoComponentType.setImplementationScope(Scope implementationScope)
          Sets the component implementation scope
 

Uses of Scope in org.apache.tuscany.spi.model
 

Fields in org.apache.tuscany.spi.model declared as Scope
static Scope Scope.COMPOSITE
           
static Scope Scope.MODULE
           
static Scope Scope.REQUEST
           
static Scope Scope.SESSION
           
static Scope Scope.STATELESS
           
static Scope Scope.UNDEFINED
           
 


Apache Tuscany SCA Kernel Sub-Project

-