Tuscany Assembly Model

org.apache.tuscany.model.assembly
Interface AtomicImplementation

All Superinterfaces:
AssemblyObject, Extensible, Implementation
All Known Implementing Classes:
AtomicImplementationImpl

public interface AtomicImplementation
extends Implementation

The implementation for a specific atomic component instance. This interface will typically be extended by component type implementations to indicate the specific implementation to be used by a runtime and to allow for additional runtime configuration properties.


Method Summary
 
Methods inherited from interface org.apache.tuscany.model.assembly.Implementation
getComponentType, setComponentType
 
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
 
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
 


Tuscany Assembly Model

-