You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2014/03/06 14:36:28 UTC

svn commit: r1574876 [8/24] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs/...

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderLatch.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderLatch.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderLatch.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderLatch.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:13 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>LeaderLatch (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>LeaderLatch (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LeaderLatch (Apache Curator 2.4.0 API)";
+        parent.document.title="LeaderLatch (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>
@@ -38,7 +38,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/curator/framework/recipes/leader/CancelLeadershipException.html" title="class in org.apache.curator.framework.recipes.leader"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.State.html" title="enum in org.apache.curator.framework.recipes.leader"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/curator/framework/recipes/leader/LeaderLatch.html" target="_top">Frames</a></li>
@@ -130,6 +130,12 @@ implements <a href="http://docs.oracle.c
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a></strong></code>
+<div class="block">How to handle listeners when the latch is closed</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.State.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.State</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -155,6 +161,12 @@ implements <a href="http://docs.oracle.c
            <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;latchPath,
            <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.html#LeaderLatch(org.apache.curator.framework.CuratorFramework, java.lang.String, java.lang.String, org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode)">LeaderLatch</a></strong>(<a href="../../../../../../org/apache/curator/framework/CuratorFramework.html" title="interface in org.apache.curator.framework">CuratorFramework</a>&nbsp;client,
+           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;latchPath,
+           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+           <a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a>&nbsp;closeMode)</code>&nbsp;</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -210,45 +222,51 @@ implements <a href="http://docs.oracle.c
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.html#close(org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode)">close</a></strong>(<a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a>&nbsp;closeMode)</code>
+<div class="block">Remove this instance from the leadership election.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.html#getId()">getId</a></strong>()</code>
 <div class="block">Return this instance's participant Id</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/curator/framework/recipes/leader/Participant.html" title="class in org.apache.curator.framework.recipes.leader">Participant</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.html#getLeader()">getLeader</a></strong>()</code>
 <div class="block">
  Return the id for the current leader.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../org/apache/curator/framework/recipes/leader/Participant.html" title="class in org.apache.curator.framework.recipes.leader">Participant</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.html#getParticipants()">getParticipants</a></strong>()</code>
 <div class="block">
  Returns the set of current participants in the leader selection</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.State.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.State</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.html#getState()">getState</a></strong>()</code>
 <div class="block">Returns this instances current state, this is the only way to verify that the object has been closed before
  closing again.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.html#hasLeadership()">hasLeadership</a></strong>()</code>
 <div class="block">Return true if leadership is currently held by this instance</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.html#removeListener(org.apache.curator.framework.recipes.leader.LeaderLatchListener)">removeListener</a></strong>(<a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatchListener.html" title="interface in org.apache.curator.framework.recipes.leader">LeaderLatchListener</a>&nbsp;listener)</code>
 <div class="block">Removes a given listener from this LeaderLatch</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.html#start()">start</a></strong>()</code>
 <div class="block">Add this instance to the leadership election and attempt to acquire leadership.</div>
@@ -290,7 +308,7 @@ implements <a href="http://docs.oracle.c
 <a name="LeaderLatch(org.apache.curator.framework.CuratorFramework, java.lang.String, java.lang.String)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>LeaderLatch</h4>
 <pre>public&nbsp;LeaderLatch(<a href="../../../../../../org/apache/curator/framework/CuratorFramework.html" title="interface in org.apache.curator.framework">CuratorFramework</a>&nbsp;client,
@@ -299,6 +317,19 @@ implements <a href="http://docs.oracle.c
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>client</code> - the client</dd><dd><code>latchPath</code> - the path for this leadership group</dd><dd><code>id</code> - participant ID</dd></dl>
 </li>
 </ul>
+<a name="LeaderLatch(org.apache.curator.framework.CuratorFramework, java.lang.String, java.lang.String, org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>LeaderLatch</h4>
+<pre>public&nbsp;LeaderLatch(<a href="../../../../../../org/apache/curator/framework/CuratorFramework.html" title="interface in org.apache.curator.framework">CuratorFramework</a>&nbsp;client,
+           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;latchPath,
+           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+           <a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a>&nbsp;closeMode)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>client</code> - the client</dd><dd><code>latchPath</code> - the path for this leadership group</dd><dd><code>id</code> - participant ID</dd><dd><code>closeMode</code> - behaviour of listener on explicit close.</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
@@ -340,6 +371,22 @@ implements <a href="http://docs.oracle.c
 <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - errors</dd></dl>
 </li>
 </ul>
+<a name="close(org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>close</h4>
+<pre>public&nbsp;void&nbsp;close(<a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a>&nbsp;closeMode)
+           throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Remove this instance from the leadership election. If this instance is the leader, leadership
+ is released. IMPORTANT: the only way to release leadership is by calling close(). All LeaderLatch
+ instances must eventually be closed.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>closeMode</code> - allows the default close mode to be overridden at the time the latch is closed.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - errors</dd></dl>
+</li>
+</ul>
 <a name="addListener(org.apache.curator.framework.recipes.leader.LeaderLatchListener)">
 <!--   -->
 </a>
@@ -578,7 +625,7 @@ implements <a href="http://docs.oracle.c
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/curator/framework/recipes/leader/CancelLeadershipException.html" title="class in org.apache.curator.framework.recipes.leader"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.State.html" title="enum in org.apache.curator.framework.recipes.leader"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/curator/framework/recipes/leader/LeaderLatch.html" target="_top">Frames</a></li>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderLatchListener.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderLatchListener.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderLatchListener.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderLatchListener.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:13 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>LeaderLatchListener (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>LeaderLatchListener (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LeaderLatchListener (Apache Curator 2.4.0 API)";
+        parent.document.title="LeaderLatchListener (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelector.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelector.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelector.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelector.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>LeaderSelector (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>LeaderSelector (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LeaderSelector (Apache Curator 2.4.0 API)";
+        parent.document.title="LeaderSelector (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelectorListener.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelectorListener.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelectorListener.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelectorListener.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>LeaderSelectorListener (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>LeaderSelectorListener (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LeaderSelectorListener (Apache Curator 2.4.0 API)";
+        parent.document.title="LeaderSelectorListener (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelectorListenerAdapter.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelectorListenerAdapter.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelectorListenerAdapter.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/LeaderSelectorListenerAdapter.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>LeaderSelectorListenerAdapter (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>LeaderSelectorListenerAdapter (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LeaderSelectorListenerAdapter (Apache Curator 2.4.0 API)";
+        parent.document.title="LeaderSelectorListenerAdapter (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/Participant.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/Participant.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/Participant.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/Participant.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Participant (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Participant (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Participant (Apache Curator 2.4.0 API)";
+        parent.document.title="Participant (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/CancelLeadershipException.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/CancelLeadershipException.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/CancelLeadershipException.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/CancelLeadershipException.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.curator.framework.recipes.leader.CancelLeadershipException (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Class org.apache.curator.framework.recipes.leader.CancelLeadershipException (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.CancelLeadershipException (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.CancelLeadershipException (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Added: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.CloseMode.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.CloseMode.html?rev=1574876&view=auto
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.CloseMode.html (added)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.CloseMode.html Thu Mar  6 13:36:11 2014
@@ -0,0 +1,195 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
+<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode (Apache Curator 2.4.1 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.CloseMode.html" target="_top">Frames</a></li>
+<li><a href="LeaderLatch.CloseMode.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode" class="title">Uses of Class<br>org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.curator.framework.recipes.leader">org.apache.curator.framework.recipes.leader</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.curator.framework.recipes.leader">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a> in <a href="../../../../../../../org/apache/curator/framework/recipes/leader/package-summary.html">org.apache.curator.framework.recipes.leader</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../../org/apache/curator/framework/recipes/leader/package-summary.html">org.apache.curator.framework.recipes.leader</a> that return <a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a></code></td>
+<td class="colLast"><span class="strong">LeaderLatch.CloseMode.</span><code><strong><a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a>[]</code></td>
+<td class="colLast"><span class="strong">LeaderLatch.CloseMode.</span><code><strong><a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../../org/apache/curator/framework/recipes/leader/package-summary.html">org.apache.curator.framework.recipes.leader</a> with parameters of type <a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">LeaderLatch.</span><code><strong><a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.html#close(org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode)">close</a></strong>(<a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a>&nbsp;closeMode)</code>
+<div class="block">Remove this instance from the leadership election.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../../../org/apache/curator/framework/recipes/leader/package-summary.html">org.apache.curator.framework.recipes.leader</a> with parameters of type <a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.html#LeaderLatch(org.apache.curator.framework.CuratorFramework, java.lang.String, java.lang.String, org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode)">LeaderLatch</a></strong>(<a href="../../../../../../../org/apache/curator/framework/CuratorFramework.html" title="interface in org.apache.curator.framework">CuratorFramework</a>&nbsp;client,
+           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;latchPath,
+           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+           <a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a>&nbsp;closeMode)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.CloseMode.html" target="_top">Frames</a></li>
+<li><a href="LeaderLatch.CloseMode.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.State.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.State.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.State.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.State.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.curator.framework.recipes.leader.LeaderLatch.State (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Class org.apache.curator.framework.recipes.leader.LeaderLatch.State (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.LeaderLatch.State (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.LeaderLatch.State (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.curator.framework.recipes.leader.LeaderLatch (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Class org.apache.curator.framework.recipes.leader.LeaderLatch (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.LeaderLatch (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.LeaderLatch (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatchListener.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatchListener.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatchListener.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderLatchListener.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.curator.framework.recipes.leader.LeaderLatchListener (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Interface org.apache.curator.framework.recipes.leader.LeaderLatchListener (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.curator.framework.recipes.leader.LeaderLatchListener (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Interface org.apache.curator.framework.recipes.leader.LeaderLatchListener (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelector.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelector.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelector.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelector.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.curator.framework.recipes.leader.LeaderSelector (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Class org.apache.curator.framework.recipes.leader.LeaderSelector (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.LeaderSelector (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.LeaderSelector (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelectorListener.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelectorListener.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelectorListener.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelectorListener.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.curator.framework.recipes.leader.LeaderSelectorListener (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Interface org.apache.curator.framework.recipes.leader.LeaderSelectorListener (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.curator.framework.recipes.leader.LeaderSelectorListener (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Interface org.apache.curator.framework.recipes.leader.LeaderSelectorListener (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelectorListenerAdapter.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelectorListenerAdapter.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelectorListenerAdapter.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/LeaderSelectorListenerAdapter.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.curator.framework.recipes.leader.LeaderSelectorListenerAdapter (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Class org.apache.curator.framework.recipes.leader.LeaderSelectorListenerAdapter (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.LeaderSelectorListenerAdapter (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.LeaderSelectorListenerAdapter (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/Participant.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/Participant.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/Participant.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/class-use/Participant.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.curator.framework.recipes.leader.Participant (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Class org.apache.curator.framework.recipes.leader.Participant (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.Participant (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Class org.apache.curator.framework.recipes.leader.Participant (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-frame.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-frame.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-frame.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-frame.html Thu Mar  6 13:36:11 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.curator.framework.recipes.leader (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>org.apache.curator.framework.recipes.leader (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -25,6 +25,7 @@
 </ul>
 <h2 title="Enums">Enums</h2>
 <ul title="Enums">
+<li><a href="LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader" target="classFrame">LeaderLatch.CloseMode</a></li>
 <li><a href="LeaderLatch.State.html" title="enum in org.apache.curator.framework.recipes.leader" target="classFrame">LeaderLatch.State</a></li>
 </ul>
 <h2 title="Exceptions">Exceptions</h2>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-summary.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-summary.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-summary.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-summary.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.curator.framework.recipes.leader (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>org.apache.curator.framework.recipes.leader (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.curator.framework.recipes.leader (Apache Curator 2.4.0 API)";
+        parent.document.title="org.apache.curator.framework.recipes.leader (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>
@@ -140,6 +140,12 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a></td>
+<td class="colLast">
+<div class="block">How to handle listeners when the latch is closed</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.State.html" title="enum in org.apache.curator.framework.recipes.leader">LeaderLatch.State</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-tree.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-tree.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-tree.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-tree.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.curator.framework.recipes.leader Class Hierarchy (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>org.apache.curator.framework.recipes.leader Class Hierarchy (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.curator.framework.recipes.leader Class Hierarchy (Apache Curator 2.4.0 API)";
+        parent.document.title="org.apache.curator.framework.recipes.leader Class Hierarchy (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>
@@ -111,6 +111,7 @@
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
 <li type="circle">org.apache.curator.framework.recipes.leader.<a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.State.html" title="enum in org.apache.curator.framework.recipes.leader"><span class="strong">LeaderLatch.State</span></a></li>
+<li type="circle">org.apache.curator.framework.recipes.leader.<a href="../../../../../../org/apache/curator/framework/recipes/leader/LeaderLatch.CloseMode.html" title="enum in org.apache.curator.framework.recipes.leader"><span class="strong">LeaderLatch.CloseMode</span></a></li>
 </ul>
 </li>
 </ul>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-use.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-use.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-use.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/package-use.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.curator.framework.recipes.leader (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Package org.apache.curator.framework.recipes.leader (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.curator.framework.recipes.leader (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Package org.apache.curator.framework.recipes.leader (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>
@@ -120,19 +120,24 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colOne"><a href="../../../../../../org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.State.html#org.apache.curator.framework.recipes.leader">LeaderLatch.State</a>&nbsp;</td>
+<td class="colOne"><a href="../../../../../../org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.CloseMode.html#org.apache.curator.framework.recipes.leader">LeaderLatch.CloseMode</a>
+<div class="block">How to handle listeners when the latch is closed</div>
+</td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><a href="../../../../../../org/apache/curator/framework/recipes/leader/class-use/LeaderLatch.State.html#org.apache.curator.framework.recipes.leader">LeaderLatch.State</a>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/curator/framework/recipes/leader/class-use/LeaderLatchListener.html#org.apache.curator.framework.recipes.leader">LeaderLatchListener</a>
 <div class="block">A LeaderLatchListener can be used to be notified asynchronously about when the state of the LeaderLatch has changed.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/curator/framework/recipes/leader/class-use/LeaderSelectorListener.html#org.apache.curator.framework.recipes.leader">LeaderSelectorListener</a>
 <div class="block">Notification for leadership</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/curator/framework/recipes/leader/class-use/Participant.html#org.apache.curator.framework.recipes.leader">Participant</a>
 <div class="block">Describes a participant in a leadership selection</div>
 </td>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/ChildReaper.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/ChildReaper.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/ChildReaper.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/ChildReaper.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ChildReaper (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>ChildReaper (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ChildReaper (Apache Curator 2.4.0 API)";
+        parent.document.title="ChildReaper (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessLock.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessLock.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessLock.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessLock.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>InterProcessLock (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>InterProcessLock (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InterProcessLock (Apache Curator 2.4.0 API)";
+        parent.document.title="InterProcessLock (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessMultiLock.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessMultiLock.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessMultiLock.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessMultiLock.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>InterProcessMultiLock (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>InterProcessMultiLock (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InterProcessMultiLock (Apache Curator 2.4.0 API)";
+        parent.document.title="InterProcessMultiLock (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessMutex.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessMutex.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessMutex.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessMutex.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>InterProcessMutex (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>InterProcessMutex (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InterProcessMutex (Apache Curator 2.4.0 API)";
+        parent.document.title="InterProcessMutex (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessReadWriteLock.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessReadWriteLock.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessReadWriteLock.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessReadWriteLock.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>InterProcessReadWriteLock (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>InterProcessReadWriteLock (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InterProcessReadWriteLock (Apache Curator 2.4.0 API)";
+        parent.document.title="InterProcessReadWriteLock (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphore.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphore.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphore.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphore.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>InterProcessSemaphore (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>InterProcessSemaphore (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InterProcessSemaphore (Apache Curator 2.4.0 API)";
+        parent.document.title="InterProcessSemaphore (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphoreMutex.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphoreMutex.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphoreMutex.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphoreMutex.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>InterProcessSemaphoreMutex (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>InterProcessSemaphoreMutex (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InterProcessSemaphoreMutex (Apache Curator 2.4.0 API)";
+        parent.document.title="InterProcessSemaphoreMutex (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphoreV2.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphoreV2.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphoreV2.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/InterProcessSemaphoreV2.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>InterProcessSemaphoreV2 (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>InterProcessSemaphoreV2 (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InterProcessSemaphoreV2 (Apache Curator 2.4.0 API)";
+        parent.document.title="InterProcessSemaphoreV2 (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Lease.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Lease.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Lease.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Lease.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Lease (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Lease (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Lease (Apache Curator 2.4.0 API)";
+        parent.document.title="Lease (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/LockInternals.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/LockInternals.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/LockInternals.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/LockInternals.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>LockInternals (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>LockInternals (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LockInternals (Apache Curator 2.4.0 API)";
+        parent.document.title="LockInternals (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/LockInternalsSorter.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/LockInternalsSorter.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/LockInternalsSorter.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/LockInternalsSorter.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>LockInternalsSorter (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>LockInternalsSorter (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LockInternalsSorter (Apache Curator 2.4.0 API)";
+        parent.document.title="LockInternalsSorter (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Reaper.Mode.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Reaper.Mode.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Reaper.Mode.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Reaper.Mode.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Reaper.Mode (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Reaper.Mode (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Reaper.Mode (Apache Curator 2.4.0 API)";
+        parent.document.title="Reaper.Mode (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Reaper.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Reaper.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Reaper.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Reaper.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Reaper (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Reaper (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Reaper (Apache Curator 2.4.0 API)";
+        parent.document.title="Reaper (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Revocable.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Revocable.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Revocable.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Revocable.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Revocable (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Revocable (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Revocable (Apache Curator 2.4.0 API)";
+        parent.document.title="Revocable (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/RevocationListener.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/RevocationListener.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/RevocationListener.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/RevocationListener.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>RevocationListener (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>RevocationListener (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RevocationListener (Apache Curator 2.4.0 API)";
+        parent.document.title="RevocationListener (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Revoker.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Revoker.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Revoker.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Revoker.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Revoker (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Revoker (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Revoker (Apache Curator 2.4.0 API)";
+        parent.document.title="Revoker (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/StandardLockInternalsDriver.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/StandardLockInternalsDriver.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/StandardLockInternalsDriver.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/StandardLockInternalsDriver.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:50 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:14 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StandardLockInternalsDriver (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>StandardLockInternalsDriver (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StandardLockInternalsDriver (Apache Curator 2.4.0 API)";
+        parent.document.title="StandardLockInternalsDriver (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/ChildReaper.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/ChildReaper.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/ChildReaper.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/ChildReaper.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.curator.framework.recipes.locks.ChildReaper (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Class org.apache.curator.framework.recipes.locks.ChildReaper (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.curator.framework.recipes.locks.ChildReaper (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Class org.apache.curator.framework.recipes.locks.ChildReaper (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessLock.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessLock.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessLock.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessLock.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.curator.framework.recipes.locks.InterProcessLock (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Interface org.apache.curator.framework.recipes.locks.InterProcessLock (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.curator.framework.recipes.locks.InterProcessLock (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Interface org.apache.curator.framework.recipes.locks.InterProcessLock (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessMultiLock.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessMultiLock.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessMultiLock.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessMultiLock.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.curator.framework.recipes.locks.InterProcessMultiLock (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Class org.apache.curator.framework.recipes.locks.InterProcessMultiLock (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.curator.framework.recipes.locks.InterProcessMultiLock (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Class org.apache.curator.framework.recipes.locks.InterProcessMultiLock (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>

Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessMutex.html
URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessMutex.html?rev=1574876&r1=1574875&r2=1574876&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessMutex.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/InterProcessMutex.html Thu Mar  6 13:36:11 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Feb 05 22:16:51 EST 2014 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Thu Mar 06 07:50:15 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.curator.framework.recipes.locks.InterProcessMutex (Apache Curator 2.4.0 API)</title>
-<meta name="date" content="2014-02-05">
+<title>Uses of Class org.apache.curator.framework.recipes.locks.InterProcessMutex (Apache Curator 2.4.1 API)</title>
+<meta name="date" content="2014-03-06">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.curator.framework.recipes.locks.InterProcessMutex (Apache Curator 2.4.0 API)";
+        parent.document.title="Uses of Class org.apache.curator.framework.recipes.locks.InterProcessMutex (Apache Curator 2.4.1 API)";
     }
 //-->
 </script>