Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/CDOCommonSession.Options.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/CDOCommonSession.Options.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/CDOCommonSession.Options.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/CDOCommonSession.Options.html
index ac29b0c096..bd15e7b31f 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/CDOCommonSession.Options.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/CDOCommonSession.Options.html
@@ -102,7 +102,16 @@ Interface CDOCommonSession.Options</H2>
<HR>
<DL>
<DT><PRE>public static interface <B>CDOCommonSession.Options</B><DT>extends <A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/options/IOptions.html?is-external=true" title="class or interface in org.eclipse.net4j.util.options">IOptions</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="../spi/server/InternalSession.html" title="&#171;interface&#187; InternalSession (org.eclipse.emf.cdo.spi.server)" alt="" coords="5,179,208,234"/>
+<area shape="rect" id="node2" title="&#171;interface&#187; IOptions (org.eclipse.net4j.util.options)" alt="" coords="124,6,316,61"/>
+<area shape="rect" id="node3" href="../session/CDOSession.Options.html" title="&#171;interface&#187; CDOSession.Options (org.eclipse.emf.cdo.session)" alt="" coords="237,179,429,234"/>
+<area shape="rect" id="node4" href="CDOCommonSession.Options.html" title="&#171;interface&#187; CDOCommonSession.Options" alt="" coords="121,100,319,140"/>
+</map>
+
+<CENTER><IMG SRC="CDOCommonSession.Options.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
Encapsulates the configuration options of CDO sessions that are common to both client and server side.
@@ -110,8 +119,6 @@ Encapsulates the configuration options of CDO sessions that are common to both c
<P>
<DL>
-<DT><B>Author:</B></DT>
- <DD>Simon McDuff</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