Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/remote/CDORemoteSession.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/remote/CDORemoteSession.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/remote/CDORemoteSession.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/remote/CDORemoteSession.html
index 7f06a6d561..951329dbfb 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/remote/CDORemoteSession.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/remote/CDORemoteSession.html
@@ -99,7 +99,15 @@ Interface CDORemoteSession</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDORemoteSession</B><DT>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A>&lt;<A HREF="../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSession.html" title="interface in org.eclipse.emf.cdo.session.remote">CDORemoteSession</A>&gt;</DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="../../../spi/cdo/InternalCDORemoteSession.html" title="&#171;interface&#187; InternalCDORemoteSession (org.eclipse.emf.spi.cdo)" alt="" coords="5,179,189,234"/>
+<area shape="rect" id="node2" title="&#171;interface&#187; Comparable (java.lang)" alt="" coords="52,6,143,61"/>
+<area shape="rect" id="node3" href="CDORemoteSession.html" title="&#171;interface&#187; CDORemoteSession" alt="" coords="26,100,168,140"/>
+</map>
+
+<CENTER><IMG SRC="CDORemoteSession.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
Represents a remote session that is connected to the same repository as the
@@ -111,8 +119,6 @@ Represents a remote session that is connected to the same repository as the
<DL>
<DT><B>Since:</B></DT>
<DD>2.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