Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0c7fa200428c46890b4e4170d58c3b1bdc8c9d9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>

<HEAD>
<TITLE>
Connectors (CDO Model Repository Documentation)
</TITLE>

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Connectors (CDO Model Repository Documentation)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<h1>Connectors</h1>
<p>
 In this category you'll find a number of articles about physical transport connections:<p>
<table border="0">
<tr><td><img src="../../../images/article.gif"/>&nbsp;&nbsp;</td><td colspan="5"><a href="CreatingTransportConnections.html" title="Article in CDO Model Repository Documentation">Creating Transport Connections</a></td></tr>
<tr><td/><td>1&nbsp;&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#SelectTransportType" title="Chapter in CDO Model Repository Documentation">Select a Transport Type</a></td></tr>
<tr><td/><td>2&nbsp;&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#SetupWiringContainer" title="Chapter in CDO Model Repository Documentation">Setup a Wiring Container</a></td></tr>
<tr><td/><td>3&nbsp;&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#AddConfigurationParameters" title="Chapter in CDO Model Repository Documentation">Add Configuration Parameters</a></td></tr>
<tr><td/><td/><td>3.1&nbsp;&nbsp;</td><td colspan="3"><a href="CreatingTransportConnections.html#SetBufferCapacity" title="Chapter in CDO Model Repository Documentation">Set the Buffer Capacity</a></td></tr>
<tr><td/><td/><td>3.2&nbsp;&nbsp;</td><td colspan="3"><a href="CreatingTransportConnections.html#SetConnectionTimeout" title="Chapter in CDO Model Repository Documentation">Set the Connection Timeout</a></td></tr>
</table>
</p>


<HR>
<i>Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.</i>
</BODY>
</HTML>

Back to the top