summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/section10/src/main
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 15:37:07 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 15:37:07 +0000
commitc7bb2fb49536351f89625be54d51e7bd03c6fa56 (patch)
treec073afa8bc36876c7ef3c9d776ba7819c67e5a4d /sca-java-2.x/contrib/modules/section10/src/main
parent2b21379fa57ec61502e6eef79bd9e30e6c39ed16 (diff)
Remove comment about stop/startComponent as you'd have to do the entire composite and addToDomainLevelComposite/removeFromDomainLevelComposite exist for that
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947044 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/contrib/modules/section10/src/main')
-rw-r--r--sca-java-2.x/contrib/modules/section10/src/main/java/org/apache/tuscany/sca/something/Section10.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/sca-java-2.x/contrib/modules/section10/src/main/java/org/apache/tuscany/sca/something/Section10.java b/sca-java-2.x/contrib/modules/section10/src/main/java/org/apache/tuscany/sca/something/Section10.java
index cdde500d54..ea57d4d4a9 100644
--- a/sca-java-2.x/contrib/modules/section10/src/main/java/org/apache/tuscany/sca/something/Section10.java
+++ b/sca-java-2.x/contrib/modules/section10/src/main/java/org/apache/tuscany/sca/something/Section10.java
@@ -219,14 +219,6 @@ public interface Section10 {
/* do we also need these following ones that are mentioned only indirectly in the spec? */
// /**
-// * 4783 ...component is stopped and restarted
-// *
-// * So does there need to be start/stop component methods?
-// */
-// void startComponent(String componentURI);
-// void stopComponent(String componentURI);
-
-// /**
// * Section "10.5.3 remove Contribution" talks about removing a "deployed" contribution
// * which really sounds like undeploy, does that contribution state then become installed
// * or does it get removed entirely? Either way it seems like you'd want to be able