summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/TuscanyRuntime.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/TuscanyRuntime.java b/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/TuscanyRuntime.java
index ad466c19bd..4518d79b94 100644
--- a/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/TuscanyRuntime.java
+++ b/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/TuscanyRuntime.java
@@ -243,6 +243,22 @@ public class TuscanyRuntime {
return node;
}
+ /* Node.xml hot update
+ * - domain URi changed
+ * - restart entire node
+ * - List of contributions (matched on uri)
+ * - uninstall removed
+ * - install added
+ * - for each existing
+ * - if url or metadata or duris changed - update
+ * - if startdeployables changed
+ * - if now false then stop all started
+ * - if now true then start deployables
+ *
+ *
+ *
+ */
+
/**
* Creates a Node from an XML configuration file
* @param configURL the URL to the XML configuration file