You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by me...@apache.org on 2007/03/18 23:55:26 UTC

svn commit: r519721 - /incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/AssemblyService.java

Author: meerajk
Date: Sun Mar 18 15:55:23 2007
New Revision: 519721

URL: http://svn.apache.org/viewvc?view=rev&rev=519721
Log:
Extracted interface.

Modified:
    incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/AssemblyService.java

Modified: incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/AssemblyService.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/AssemblyService.java?view=diff&rev=519721&r1=519720&r2=519721
==============================================================================
--- incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/AssemblyService.java (original)
+++ incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/AssemblyService.java Sun Mar 18 15:55:23 2007
@@ -49,4 +49,12 @@
      * @throws IOException         if there was a problem reading the stream
      */
     void applyChanges(InputStream changeSet, String contentType) throws DeploymentException, IOException;
+    
+    /**
+     * Includes the SCDL in the logical domain.
+     * 
+     * @param scdl SCDL to be included.
+     * @throws DeploymentException If unable to deploy.
+     */
+    void include(InputStream scdl) throws DeploymentException;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org