Apache Tuscany SCA Kernel Sub-Project

Uses of Interface
org.apache.tuscany.spi.Lifecycle

Packages that use Lifecycle
org.apache.tuscany.spi   
org.apache.tuscany.spi.bootstrap   
org.apache.tuscany.spi.component   
org.apache.tuscany.spi.extension   
 

Uses of Lifecycle in org.apache.tuscany.spi
 

Classes in org.apache.tuscany.spi that implement Lifecycle
 class AbstractLifecycle
          Base class providing a simple implementation of Lifecycle.
 

Uses of Lifecycle in org.apache.tuscany.spi.bootstrap
 

Subinterfaces of Lifecycle in org.apache.tuscany.spi.bootstrap
 interface RuntimeComponent
          Interface that represents the Tuscany runtime.
 

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

Subinterfaces of Lifecycle in org.apache.tuscany.spi.component
 interface AtomicComponent
          The runtime instantiation of an SCA atomic, or leaf-type, component
 interface Component
          The runtime instantiation of an SCA component
 interface CompositeComponent
          The runtime instantiation of an SCA composite component.
 interface Reference
          Manages an SCA reference configured with a binding
 interface SCAObject
          Represents the base SCA artifact type in an assembly
 interface ScopeContainer
          Manages the lifecycle and visibility of instances associated with a set of AtomicComponents.
 interface Service
          The runtime instantiation of an SCA service configured with a binding.
 interface SystemAtomicComponent
          Implementations are specialized atomic components used to provide system services by the runtime
 

Classes in org.apache.tuscany.spi.component that implement Lifecycle
 class AbstractSCAObject
          Functionality common to all SCAObject implementations
 

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

Classes in org.apache.tuscany.spi.extension that implement Lifecycle
 class AtomicComponentExtension
          An extension point for atomic component type, which new implementation types may extend
 class CompositeComponentExtension
          An extension point for composite components, which new types may extend
 class ReferenceExtension
          The default implementation of an SCA reference
 class ServiceExtension
          The default implementation of an SCA service
 class SystemAtomicComponentExtension
           
 


Apache Tuscany SCA Kernel Sub-Project

-