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/06 14:56:23 UTC

svn commit: r493472 - /incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/CompositeComponent.java

Author: meerajk
Date: Sat Jan  6 05:56:22 2007
New Revision: 493472

URL: http://svn.apache.org/viewvc?view=rev&rev=493472
Log:
Added setManagementService as part of the CompositeComponent extension.

Modified:
    incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/CompositeComponent.java

Modified: incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/CompositeComponent.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/CompositeComponent.java?view=diff&rev=493472&r1=493471&r2=493472
==============================================================================
--- incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/CompositeComponent.java (original)
+++ incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/CompositeComponent.java Sat Jan  6 05:56:22 2007
@@ -23,6 +23,7 @@
 import org.w3c.dom.Document;
 
 import org.apache.tuscany.spi.event.RuntimeEventListener;
+import org.apache.tuscany.spi.services.management.ManagementService;
 import org.apache.tuscany.spi.wire.InboundWire;
 
 /**
@@ -33,6 +34,13 @@
  * @version $Rev$ $Date$
  */
 public interface CompositeComponent extends Component, RuntimeEventListener {
+
+    /**
+     * Sets the management service associated with the composite
+     *
+     * @param managementService the management service associated with the composite
+     */
+    void setManagementService(ManagementService managementService);
 
     /**
      * Sets the scope container associated with the composite



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