Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/InternalLockManager.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/InternalLockManager.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/InternalLockManager.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/InternalLockManager.html
index 889c90467c..4fc2a6a8d8 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/InternalLockManager.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/InternalLockManager.html
@@ -96,7 +96,15 @@ Interface InternalLockManager</H2>
<HR>
<DL>
<DT><PRE>public interface <B>InternalLockManager</B><DT>extends <A HREF="../../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/IRWOLockManager.html?is-external=true" title="class or interface in org.eclipse.net4j.util.concurrent">IRWOLockManager</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>,<A HREF="../../../../../../org/eclipse/emf/cdo/server/IView.html" title="interface in org.eclipse.emf.cdo.server">IView</A>&gt;, <A HREF="../../../../../../org/eclipse/emf/cdo/common/lock/IDurableLockingManager.html" title="interface in org.eclipse.emf.cdo.common.lock">IDurableLockingManager</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="InternalLockManager.html" title="&#171;interface&#187; InternalLockManager" alt="" coords="163,100,305,140"/>
+<area shape="rect" id="node2" title="&#171;interface&#187; IRWOLockManager (org.eclipse.net4j.util.concurrent)" alt="" coords="5,6,216,61"/>
+<area shape="rect" id="node3" href="../../common/lock/IDurableLockingManager.html" title="&#171;interface&#187; IDurableLockingManager (org.eclipse.emf.cdo.common.lock)" alt="" coords="246,6,471,61"/>
+</map>
+
+<CENTER><IMG SRC="InternalLockManager.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
The type of the to-be-locked objects is either <A HREF="../../../../../../org/eclipse/emf/cdo/common/revision/CDOIDAndBranch.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>CDOIDAndBranch</CODE></A> or <A HREF="../../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>CDOID</CODE></A>, depending on whether
@@ -107,8 +115,6 @@ The type of the to-be-locked objects is either <A HREF="../../../../../../org/ec
<DL>
<DT><B>Since:</B></DT>
<DD>3.0</DD>
-<DT><B>Author:</B></DT>
- <DD>Eike Stepper</DD>
<DT><B>No Implement</B></DT>
<DD>This interface is not intended to be implemented by clients.</DD>
<DT><B>No Extend</B></DT>

Back to the top