Subversion Repositories XServices

Rev

Rev 59 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
59 brianR 1
<?xml version='1.0' encoding='utf-8'?>
2
<!DOCTYPE section [
3
<!ENTITY % myent SYSTEM "../entities.ent">
4
<!ENTITY rExec "rExec">
5
%myent;
6
]>
7
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
8
	xmlns:xi="http://www.w3.org/2001/XInclude">
9
	<title>&rExec;
10
	</title>
11
	<para>provides remote execution facilities with authentication based on
12
		user names and passwords.</para>
13
	<section>
14
		<title>&inp;
15
		</title>
16
		<para />
17
		<table frame="all">
18
			<title>&rExec;
19
				input parameters
20
			</title>
21
			<tgroup cols="4">
22
				<colspec colnum="1" colname="parameter" />
23
				<colspec colnum="2" colname="type" />
24
				<colspec colnum="3" colname="required" />
25
				<colspec colnum="4" colname="description" />
26
				<thead>
27
					<row>
28
						<entry>parameter</entry>
29
						<entry>type</entry>
30
						<entry>required</entry>
31
						<entry>description</entry>
32
					</row>
33
				</thead>
34
				<tbody>
35
					<row>
36
						<entry>host</entry>
37
						<entry>HostConnection</entry>
38
						<entry>Yes</entry>
39
						<entry>
40
							Host where to execute the command. See
41
							<link linkend='hostconnection'>HostConnection</link>
42
							.
43
						</entry>
44
					</row>
45
					<row>
46
						<entry>command</entry>
47
						<entry>String</entry>
48
						<entry>No</entry>
49
						<entry>Any command including arguments</entry>
50
					</row>
51
          &param-timeout;
52
				</tbody>
53
			</tgroup>
54
		</table>
55
		<para />
56
	</section>
57
	<section>
58
		<title>&outp;
59
		</title>
60
		<xi:include href="../types/ReturnCode.xml" />
61
	</section>
62
</section>