Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6637c315f6a91692d511b613c0470e100724d9ac (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
41
42
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>

<HEAD>
<TITLE>Examples (CDO Release Engineering Documentation)</TITLE>

<LINK REL="STYLESHEET" HREF="../../book.css" CHARSET="ISO-8859-1" TYPE="text/css">

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

<BODY BGCOLOR="white" onload="windowTitle();">
<!-- <div class="help_breadcrumbs"><a href="../../Overview.html" title="CDO Release Engineering Documentation">CDO Release Engineering Documentation</a> > <a href="../index.html" title="Category in CDO Release Engineering Documentation">Technical Writer's Guide</a></div> -->

<h1>Examples</h1>
<p>
<table border="0">
<tr><td><img src="../../../images/article.gif"/>&nbsp;</td><td colspan="5"><a href="ConnectingToRepositories.html" title="Article in CDO Release Engineering Documentation">Connecting To Repositories</a></td></tr>
<tr><td/><td>1&nbsp;</td><td colspan="4"><a href="ConnectingToRepositories.html#SetBufferCapacity" title="Chapter in CDO Release Engineering Documentation">Set Buffer Capacity</a></td></tr>
<tr><td/><td>2&nbsp;</td><td colspan="4"><a href="ConnectingToRepositories.html#SetConnectionTimeout" title="Chapter in CDO Release Engineering Documentation">Set Connection Timeout</a></td></tr>
<tr><td><img src="../../../images/article.gif"/>&nbsp;</td><td colspan="5"><a href="CreatingTransportConnections.html" title="Article in CDO Release Engineering Documentation">Creating Transport Connections</a></td></tr>
<tr><td/><td>1&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#SelectTransportType" title="Chapter in CDO Release Engineering Documentation">Select a Transport Type</a></td></tr>
<tr><td/><td>2&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#SetupWiringContainer" title="Chapter in CDO Release Engineering Documentation">Setup a Wiring Container</a></td></tr>
<tr><td/><td>3&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#AddConfigurationParameters" title="Chapter in CDO Release Engineering Documentation">Add Configuration Parameters</a></td></tr>
<tr><td/><td/><td>3.1&nbsp;</td><td colspan="3"><a href="CreatingTransportConnections.html#SetBufferCapacity" title="Chapter in CDO Release Engineering Documentation">Set the Buffer Capacity</a></td></tr>
<tr><td/><td/><td>3.2&nbsp;</td><td colspan="3"><a href="CreatingTransportConnections.html#SetConnectionTimeout" title="Chapter in CDO Release Engineering 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