Uses of Interface
org.apache.tuscany.sca.assembly.ComponentReference

Packages that use ComponentReference
org.apache.tuscany.sca.assembly   
org.apache.tuscany.sca.runtime   
 

Uses of ComponentReference in org.apache.tuscany.sca.assembly
 

Methods in org.apache.tuscany.sca.assembly that return ComponentReference
 ComponentReference AssemblyFactory.createComponentReference()
          Create a new component reference.
 ComponentReference Wire.getSource()
          Returns the source of the wire.
 

Methods in org.apache.tuscany.sca.assembly that return types with arguments of type ComponentReference
 java.util.List<ComponentReference> CompositeReference.getPromotedReferences()
          Returns the promoted composite references.
 java.util.List<ComponentReference> Component.getReferences()
          Returns a list of references used by the component.
 

Methods in org.apache.tuscany.sca.assembly with parameters of type ComponentReference
 void Wire.setSource(ComponentReference source)
          Sets the source of the wire.
 

Uses of ComponentReference in org.apache.tuscany.sca.runtime
 

Subinterfaces of ComponentReference in org.apache.tuscany.sca.runtime
 interface RuntimeComponentReference
          The runtime component reference.