org.apache.tuscany.sca.implementation.node
Interface ConfiguredNodeImplementation

All Superinterfaces:
Base, ComponentType, Implementation

public interface ConfiguredNodeImplementation
extends Implementation

The model representing a resource implementation in an SCA assembly model.


Method Summary
 Composite getComposite()
          Returns the composite deployed to this node.
 java.util.List<Contribution> getContributions()
          Returns the list of contributions deployed to this node.
 void setComposite(Composite composite)
          Sets the composite deployed to this node.
 
Methods inherited from interface org.apache.tuscany.sca.assembly.ComponentType
getConstrainingType, getProperties, getReferences, getServices, getURI, setConstrainingType, setURI
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
isUnresolved, setUnresolved
 

Method Detail

getComposite

Composite getComposite()
Returns the composite deployed to this node.

Returns:
the composite deployed to this node

setComposite

void setComposite(Composite composite)
Sets the composite deployed to this node.

Parameters:
composite - the composite deployed to this node

getContributions

java.util.List<Contribution> getContributions()
Returns the list of contributions deployed to this node.

Returns:
the list of contributions deployed to this node