Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-02 03:39:34 +0000
committerEike Stepper2011-09-02 03:39:34 +0000
commit74cfc8a1e48f34be401a3e8028cad03bd350e8ca (patch)
treea43985be62d31c93bb2a55e7e07ea9b6905762b3 /plugins/org.eclipse.net4j.util.doc/javadoc/deprecated-list.html
parentcc7d4268a716aa471363ca7f33aef02a9a63c1c3 (diff)
downloadcdo-74cfc8a1e48f34be401a3e8028cad03bd350e8ca.tar.gz
cdo-74cfc8a1e48f34be401a3e8028cad03bd350e8ca.tar.xz
cdo-74cfc8a1e48f34be401a3e8028cad03bd350e8ca.zip
update javadoc to juno
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/deprecated-list.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/deprecated-list.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/deprecated-list.html b/plugins/org.eclipse.net4j.util.doc/javadoc/deprecated-list.html
index 0beedc8643..f3b50a785e 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/deprecated-list.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/deprecated-list.html
@@ -85,10 +85,35 @@ function windowTitle()
</CENTER>
<HR SIZE="4" NOSHADE>
<B>Contents</B><UL>
+<LI><A HREF="#interface">Deprecated Interfaces</A>
<LI><A HREF="#class">Deprecated Classes</A>
<LI><A HREF="#method">Deprecated Methods</A>
</UL>
+<A NAME="interface"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Deprecated Interfaces</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="org/eclipse/net4j/util/concurrent/RWLockManager.LockEntry.html" title="interface in org.eclipse.net4j.util.concurrent">org.eclipse.net4j.util.concurrent.RWLockManager.LockEntry</A>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/net4j/util/concurrent/RWOLockManager.html" title="class in org.eclipse.net4j.util.concurrent"><CODE>RWOLockManager</CODE></A></I>&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="org/eclipse/net4j/util/concurrent/RWLockManager.LockEntryHandler.html" title="interface in org.eclipse.net4j.util.concurrent">org.eclipse.net4j.util.concurrent.RWLockManager.LockEntryHandler</A>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/net4j/util/concurrent/RWOLockManager.html" title="class in org.eclipse.net4j.util.concurrent"><CODE>RWOLockManager</CODE></A></I>&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="org/eclipse/net4j/util/concurrent/RWLockManager.LockStrategy.html" title="interface in org.eclipse.net4j.util.concurrent">org.eclipse.net4j.util.concurrent.RWLockManager.LockStrategy</A>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/net4j/util/concurrent/RWOLockManager.html" title="class in org.eclipse.net4j.util.concurrent"><CODE>RWOLockManager</CODE></A></I>&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
<A NAME="class"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
@@ -110,6 +135,11 @@ function windowTitle()
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="org/eclipse/net4j/util/concurrent/RWLockManager.html" title="class in org.eclipse.net4j.util.concurrent">org.eclipse.net4j.util.concurrent.RWLockManager</A>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/net4j/util/concurrent/RWOLockManager.html" title="class in org.eclipse.net4j.util.concurrent"><CODE>RWOLockManager</CODE></A></I>&nbsp;</TD>
+</TR>
</TABLE>
&nbsp;
<P>

Back to the top