Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/RWOLockManager.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/RWOLockManager.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/RWOLockManager.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/RWOLockManager.html
index 899a1e46a8..1c0cc3aafd 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/RWOLockManager.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/RWOLockManager.html
@@ -102,7 +102,15 @@ Class RWOLockManager&lt;OBJECT,CONTEXT&gt;</H2>
<HR>
<DL>
<DT><PRE>public class <B>RWOLockManager&lt;OBJECT,CONTEXT&gt;</B><DT>extends <A HREF="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html" title="class in org.eclipse.net4j.util.lifecycle">Lifecycle</A><DT>implements <A HREF="../../../../../org/eclipse/net4j/util/concurrent/IRWOLockManager.html" title="interface in org.eclipse.net4j.util.concurrent">IRWOLockManager</A>&lt;OBJECT,CONTEXT&gt;</DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="IRWOLockManager.html" title="&#171;interface&#187; IRWOLockManager" alt="" coords="5,5,139,45"/>
+<area shape="rect" id="node2" href="RWOLockManager.html" title="RWOLockManager" alt="" coords="103,85,235,110"/>
+<area shape="rect" id="node3" href="../lifecycle/Lifecycle.html" title="Lifecycle (org.eclipse.net4j.util.lifecycle)" alt="" coords="169,5,367,45"/>
+</map>
+
+<CENTER><IMG SRC="RWOLockManager.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
Keeps track of locks on objects. Locks are owned by contexts. A particular combination of locks and their owners, for
@@ -114,8 +122,6 @@ Keeps track of locks on objects. Locks are owned by contexts. A particular combi
<DL>
<DT><B>Since:</B></DT>
<DD>3.2</DD>
-<DT><B>Author:</B></DT>
- <DD>Caspar De Groot</DD>
</DL>
<HR>

Back to the top