Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/ConnectingToRepositories.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/ConnectingToRepositories.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/ConnectingToRepositories.html b/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/ConnectingToRepositories.html
new file mode 100644
index 0000000000..f930e2ab13
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/ConnectingToRepositories.html
@@ -0,0 +1,42 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+
+<HEAD>
+<TITLE>Connecting To Repositories (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="Connecting To Repositories (Release Engineering Documentation)";
+ }
+}
+</SCRIPT>
+<NOSCRIPT></NOSCRIPT>
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<!-- <div class="help_breadcrumbs"><a href="../../Overview.html" title="Release Engineering Documentation">Release Engineering Documentation</a> > <a href="../index.html" title="Category in Release Engineering Documentation">Technical Writer's Guide</a> > <a href="index.html" title="Category in Release Engineering Documentation">Examples</a></div> -->
+
+<table border="0">
+ <tr>
+ <td width="100%"><h1>Connecting To Repositories</h1></td>
+ <td align="right" valign="middle" nowrap><a href="index.html" title="Backward to Examples"><img src="../../../images/backward.png" border="0"></a>&nbsp;<a href="CreatingTransportConnections.html" title="Forward to Creating Transport Connections"><img src="../../../images/forward.png" border="0"></a></td>
+ </tr>
+</table>
+
+
+<h2><a name="SetBufferCapacity"></a>1&nbsp;&nbsp;Set Buffer Capacity</h2>
+
+
+<h2><a name="SetConnectionTimeout"></a>2&nbsp;&nbsp;Set Connection Timeout</h2>
+
+
+<p align="right">
+<a href="index.html" title="Backward to Examples"><img src="../../../images/backward.png" border="0"></a>&nbsp;<a href="CreatingTransportConnections.html" title="Forward to Creating Transport Connections"><img src="../../../images/forward.png" border="0"></a></p>
+<HR>
+<i>Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others.</i>
+</BODY>
+</HTML>

Back to the top