Apache Tuscany SCA Kernel Sub-Project

Uses of Interface
org.apache.tuscany.spi.event.EventPublisher

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

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

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

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

Subinterfaces of EventPublisher 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 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 EventPublisher
 class AbstractSCAObject
          Functionality common to all SCAObject implementations
 

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

Classes in org.apache.tuscany.spi.extension that implement EventPublisher
 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

-