Apache Tuscany SCA Kernel Sub-Project

Uses of Package
org.apache.tuscany.spi.component

Packages that use org.apache.tuscany.spi.component
org.apache.tuscany.spi.bootstrap   
org.apache.tuscany.spi.builder   
org.apache.tuscany.spi.component   
org.apache.tuscany.spi.deployer   
org.apache.tuscany.spi.extension   
org.apache.tuscany.spi.implementation.java   
org.apache.tuscany.spi.loader   
org.apache.tuscany.spi.wire   
 

Classes in org.apache.tuscany.spi.component used by org.apache.tuscany.spi.bootstrap
Component
          The runtime instantiation of an SCA component
CompositeComponent
          The runtime instantiation of an SCA composite component.
SCAObject
          Represents the base SCA artifact type in an assembly
 

Classes in org.apache.tuscany.spi.component used by org.apache.tuscany.spi.builder
Component
          The runtime instantiation of an SCA component
CompositeComponent
          The runtime instantiation of an SCA composite component.
Reference
          Manages an SCA reference configured with a binding
SCAObject
          Represents the base SCA artifact type in an assembly
Service
          The runtime instantiation of an SCA service configured with a binding.
 

Classes in org.apache.tuscany.spi.component used by org.apache.tuscany.spi.component
AtomicComponent
          The runtime instantiation of an SCA atomic, or leaf-type, component
AutowireResolutionException
          Denotes an exception while resolving an automatic wire
Component
          The runtime instantiation of an SCA component
ComponentNotFoundException
          Thrown when a component cannot be found
ComponentRuntimeException
          An unchecked exception encountered by an SCAObject
CompositeComponent
          The runtime instantiation of an SCA composite component.
InvalidComponentTypeException
          Thrown when an operation is attempted using the wrong context type
ObjectRegistrationException
          Thrown when an error is encountered registering an object
Reference
          Manages an SCA reference configured with a binding
SCAObject
          Represents the base SCA artifact type in an assembly
ScopeContainer
          Manages the lifecycle and visibility of instances associated with a set of AtomicComponents.
ScopeNotFoundException
          Throw when a scope context cannot be found for a given scope
ScopeRuntimeException
          Denotes a general runtime exception encountered by a scope context
Service
          The runtime instantiation of an SCA service configured with a binding.
TargetException
          Denotes an error while performing an operation on a target component implementation instance or proxy
WorkContext
          Implementations track information associated with a request as it is processed by the runtime
 

Classes in org.apache.tuscany.spi.component used by org.apache.tuscany.spi.deployer
Component
          The runtime instantiation of an SCA component
CompositeComponent
          The runtime instantiation of an SCA composite component.
ScopeContainer
          Manages the lifecycle and visibility of instances associated with a set of AtomicComponents.
 

Classes in org.apache.tuscany.spi.component used by org.apache.tuscany.spi.extension
AbstractSCAObject
          Functionality common to all SCAObject implementations
AtomicComponent
          The runtime instantiation of an SCA atomic, or leaf-type, component
AutowireResolutionException
          Denotes an exception while resolving an automatic wire
Component
          The runtime instantiation of an SCA component
CompositeComponent
          The runtime instantiation of an SCA composite component.
ObjectRegistrationException
          Thrown when an error is encountered registering an object
Reference
          Manages an SCA reference configured with a binding
SCAObject
          Represents the base SCA artifact type in an assembly
ScopeContainer
          Manages the lifecycle and visibility of instances associated with a set of AtomicComponents.
ScopeRegistry
          Manages ScopeContainers in the runtime
Service
          The runtime instantiation of an SCA service configured with a binding.
SystemAtomicComponent
          Implementations are specialized atomic components used to provide system services by the runtime
TargetException
          Denotes an error while performing an operation on a target component implementation instance or proxy
WorkContext
          Implementations track information associated with a request as it is processed by the runtime
 

Classes in org.apache.tuscany.spi.component used by org.apache.tuscany.spi.implementation.java
CompositeComponent
          The runtime instantiation of an SCA composite component.
 

Classes in org.apache.tuscany.spi.component used by org.apache.tuscany.spi.loader
CompositeComponent
          The runtime instantiation of an SCA composite component.
 

Classes in org.apache.tuscany.spi.component used by org.apache.tuscany.spi.wire
Component
          The runtime instantiation of an SCA component
Reference
          Manages an SCA reference configured with a binding
SCAObject
          Represents the base SCA artifact type in an assembly
Service
          The runtime instantiation of an SCA service configured with a binding.
TargetException
          Denotes an error while performing an operation on a target component implementation instance or proxy
WorkContext
          Implementations track information associated with a request as it is processed by the runtime
 


Apache Tuscany SCA Kernel Sub-Project

-