comparison gnv-artifacts/src/main/java/de/intevation/gnv/utils/ExclusiveExec.java @ 780:c4156275c1e1

Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>' gnv-artifacts/trunk@857 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 09:35:44 +0000
parents 9a828e5a2390
children 2cea76f1112e
comparison
equal deleted inserted replaced
779:b1f5f2a8840f 780:c4156275c1e1
9 * synchronized. After this execution, you need to call 9 * synchronized. After this execution, you need to call
10 * {@link #release(UniqueKey)} with your token you retrieved from {@link 10 * {@link #release(UniqueKey)} with your token you retrieved from {@link
11 * #acquire(String)}. A thread needs to wait for another thread if their keys 11 * #acquire(String)}. A thread needs to wait for another thread if their keys
12 * are equal. Threads with different keys don't need to wait for each other. 12 * are equal. Threads with different keys don't need to wait for each other.
13 * 13 *
14 * @author Sascha L. Teichmann (sascha.teichmann@intevation.de) 14 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a>
15 * @author Ingo Weinzierl (ingo.weinzierl@intevation.de) 15 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
16 */ 16 */
17 public final class ExclusiveExec 17 public final class ExclusiveExec
18 { 18 {
19 public static final ExclusiveExec INSTANCE = new ExclusiveExec(); 19 public static final ExclusiveExec INSTANCE = new ExclusiveExec();
20 20

http://dive4elements.wald.intevation.org