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/01/14 01:34:01 UTC

svn commit: r496008 - /incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/services/discovery/DiscoveryService.java

Author: meerajk
Date: Sat Jan 13 16:34:00 2007
New Revision: 496008

URL: http://svn.apache.org/viewvc?view=rev&rev=496008
Log:
Added the method to indicate that the runtime is started.

Modified:
    incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/services/discovery/DiscoveryService.java

Modified: incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/services/discovery/DiscoveryService.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/services/discovery/DiscoveryService.java?view=diff&rev=496008&r1=496007&r2=496008
==============================================================================
--- incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/services/discovery/DiscoveryService.java (original)
+++ incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/services/discovery/DiscoveryService.java Sat Jan 13 16:34:00 2007
@@ -18,6 +18,8 @@
  */
 package org.apache.tuscany.spi.services.discovery;
 
+import java.net.URI;
+
 import org.apache.tuscany.spi.services.domain.DomainModelService;
 
 /**
@@ -40,5 +42,13 @@
      * @param domainModelService
      */
     void setDomainModelService(DomainModelService domainModelService);
+    
+    /**
+     * Publish the event to indicate that the specified runtime is started.
+     * 
+     * @param domain Domain in which the runtime is participating.
+     * @param profile Name of the runtime profile.
+     */
+    void runtimeStarted(URI domain, String profile);
 
 }



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