Tuscany Assembly Model

Uses of Interface
org.apache.tuscany.model.assembly.Part

Packages that use Part
org.apache.tuscany.model.assembly   
org.apache.tuscany.model.assembly.impl   
 

Uses of Part in org.apache.tuscany.model.assembly
 

Subinterfaces of Part in org.apache.tuscany.model.assembly
 interface AtomicComponent
          An atomic component, specifically not an Composite.
 interface Component<I extends Implementation>
          A component is a configured instance of a generic Implementation.
 interface CompositeComponent<I extends Composite>
          Specialization of Component that represents a configured Module.
 interface EntryPoint
          An entry point exposed by its containing Composite.
 interface ExternalService
          An external service consumed by its containing Composite.
 interface ModuleComponent
          Specialization of Component that represents a configured Module.
 

Methods in org.apache.tuscany.model.assembly that return Part
 Part ConfiguredPort.getPart()
          Returns the part containing this port.
 Part Composite.getPart(java.lang.String name)
          Returns the named part.
 

Methods in org.apache.tuscany.model.assembly with parameters of type Part
 ServiceURI AssemblyFactory.createServiceURI(ModuleComponent moduleComponent, Part part, ConfiguredPort configuredPort)
          Creates a new ServiceURI from a module component and configured port.
 void ConfiguredPort.setPart(Part part)
          Sets the configured part containing this port.
 

Uses of Part in org.apache.tuscany.model.assembly.impl
 

Classes in org.apache.tuscany.model.assembly.impl that implement Part
 class AtomicComponentImpl
          An implementation of AtomicComponent.
 class ComponentImpl<I extends Implementation>
          An implementation of Component.
 class EntryPointImpl
          An implementation of EntryPoint.
 class ExternalServiceImpl
          An implementation ExternalService.
 class ModuleComponentImpl
          An implementation of ModuleComponent.
 class PartImpl
          Implementation of Part.
 

Methods in org.apache.tuscany.model.assembly.impl that return Part
 Part ConfiguredPortImpl.getPart()
           
 Part CompositeImpl.getPart(java.lang.String name)
           
 

Methods in org.apache.tuscany.model.assembly.impl with parameters of type Part
 ServiceURI AssemblyFactoryImpl.createServiceURI(ModuleComponent moduleComponent, Part part, ConfiguredPort configuredPort)
           
 void ConfiguredPortImpl.setPart(Part part)
           
 

Constructors in org.apache.tuscany.model.assembly.impl with parameters of type Part
ServiceURIImpl(ModuleComponent moduleComponent, Part part, ConfiguredPort configuredPort)
          Constructs a new ServiceURIImpl.
 


Tuscany Assembly Model

-