org.apache.tuscany.sca.implementation.jee
Interface JEEImplementation

All Superinterfaces:
Base, ComponentType, Implementation

public interface JEEImplementation
extends Implementation

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


Method Summary
 java.lang.String getArchive()
          Returns the archive.
 void setArchive(java.lang.String archive)
          Sets the archive.
 
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

getArchive

java.lang.String getArchive()
Returns the archive.

Returns:
the archive

setArchive

void setArchive(java.lang.String archive)
Sets the archive.

Parameters:
archive -