diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/installation/upgrade_11gr2_53_conn_status.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/installation/upgrade_11gr2_53_conn_status.html')
| -rw-r--r-- | docs/installation/upgrade_11gr2_53_conn_status.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/docs/installation/upgrade_11gr2_53_conn_status.html b/docs/installation/upgrade_11gr2_53_conn_status.html index fa3744a4..59ab1384 100644 --- a/docs/installation/upgrade_11gr2_53_conn_status.html +++ b/docs/installation/upgrade_11gr2_53_conn_status.html @@ -7,14 +7,14 @@ <link rel="stylesheet" href="gettingStarted.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Berkeley DB Installation and Build Guide" /> - <link rel="up" href="upgrade_53_toc.html" title="Chapter 9. Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3" /> + <link rel="up" href="upgrade_53_toc.html" title="Chapter 11. Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3" /> <link rel="prev" href="upgrade_11gr2_53_build_windows.html" title="Changes to the build_windows Folder" /> <link rel="next" href="upgrade_11gr2_53_excl.html" title="Exclusive Database Handles" /> </head> <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -22,9 +22,7 @@ </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="upgrade_11gr2_53_build_windows.html">Prev</a> </td> - <th width="60%" align="center">Chapter 9. - Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3 - </th> + <th width="60%" align="center">Chapter 11. Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3 </th> <td width="20%" align="right"> <a accesskey="n" href="upgrade_11gr2_53_excl.html">Next</a></td> </tr> </table> @@ -42,36 +40,38 @@ <dl> <dt> <span class="sect2"> - <a href="upgrade_11gr2_53_conn_status.html#idp506032">New Function</a> + <a href="upgrade_11gr2_53_conn_status.html#idp1160632">New Function</a> </span> </dt> <dt> <span class="sect2"> - <a href="upgrade_11gr2_53_conn_status.html#idp531112">New Class</a> + <a href="upgrade_11gr2_53_conn_status.html#idp1116080">New Class</a> </span> </dt> <dt> <span class="sect2"> - <a href="upgrade_11gr2_53_conn_status.html#idp564984">Deprecated Function</a> + <a href="upgrade_11gr2_53_conn_status.html#idp1164288">Deprecated Function</a> </span> </dt> </dl> </div> - <p> - The Java function - <code class="literal">ReplicationManagerSiteInfo.isConnected()</code> is now - deprecated. To get the replication connection status, use - <code class="literal">ReplicationManagerSiteInfo.getConnectionStatus()</code>, - which returns the new class - <code class="literal">ReplicationManagerConnectionStatus</code>, which has the - values <code class="literal">CONNECTED</code>, <code class="literal">DISCONNECTED</code>, - and <code class="literal">UNKNOWN</code>. + <p> + The Java function + <code class="literal">ReplicationManagerSiteInfo.isConnected()</code> + is now deprecated. To get the replication connection status, + use + <code class="literal">ReplicationManagerSiteInfo.getConnectionStatus()</code>, + which returns the new class + <code class="literal">ReplicationManagerConnectionStatus</code>, + which has the values <code class="literal">CONNECTED</code>, + <code class="literal">DISCONNECTED</code>, and + <code class="literal">UNKNOWN</code>. </p> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp506032"></a>New Function</h3> + <h3 class="title"><a id="idp1160632"></a>New Function</h3> </div> </div> </div> @@ -87,7 +87,7 @@ <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp531112"></a>New Class</h3> + <h3 class="title"><a id="idp1116080"></a>New Class</h3> </div> </div> </div> @@ -103,7 +103,7 @@ <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp564984"></a>Deprecated Function</h3> + <h3 class="title"><a id="idp1164288"></a>Deprecated Function</h3> </div> </div> </div> |
