Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-03-17 19:59:40 +0000
committereutarass2009-03-17 19:59:40 +0000
commit7808c4f49effb9a5a4bb577b647fc11b2f862fe7 (patch)
treea25bd866a3282dbcdc2a2a10dbe91882f8872612 /docs/TCF Service - Processes.html
parentf6099d092b6050574f3fb9807419674fab102242 (diff)
downloadorg.eclipse.tcf-7808c4f49effb9a5a4bb577b647fc11b2f862fe7.tar.gz
org.eclipse.tcf-7808c4f49effb9a5a4bb577b647fc11b2f862fe7.tar.xz
org.eclipse.tcf-7808c4f49effb9a5a4bb577b647fc11b2f862fe7.zip
Created Streams Service specification document.
Diffstat (limited to 'docs/TCF Service - Processes.html')
-rw-r--r--docs/TCF Service - Processes.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/TCF Service - Processes.html b/docs/TCF Service - Processes.html
index 416aa9540..ffbf01e08 100644
--- a/docs/TCF Service - Processes.html
+++ b/docs/TCF Service - Processes.html
@@ -36,7 +36,7 @@ like Memory and Run Control, require a process to be attached
before they can access it.</p>
<p>If a process is started by this service, its standard input/output streams are
-available for client to read/write using Streams service. Stream type of such
+available for client to read/write using <a href='TCF Service - Streams.html'>Streams Service</a>. Stream type of such
streams is set to "Processes".</p>
<p>Command and event parameters are encoded
@@ -92,6 +92,15 @@ R &bull; <i>&lt;token&gt;</i> &bull; <i>&lt;error report&gt;</i> &bull; <i>&lt;c
<li><code><b><font face="Courier New" size=2 color=#333399>"CanTerminate" : <i>&lt;boolean&gt;</i></font></b></code>
- true if the service can terminate the process.
+
+ <li><code><b><font face="Courier New" size=2 color=#333399>"StdInID" : <i>&lt;string&gt;</i></font></b></code>
+ - process standard input stream ID.
+
+ <li><code><b><font face="Courier New" size=2 color=#333399>"StdOutID" : <i>&lt;string&gt;</i></font></b></code>
+ - process standard output stream ID.
+
+ <li><code><b><font face="Courier New" size=2 color=#333399>"StdErrID" : <i>&lt;string&gt;</i></font></b></code>
+ - process standard error stream ID.
</ul>
<h3><a name='CmdGetChildren'>Get Children</a></h3>

Back to the top