Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.html
parentcc7d4268a716aa471363ca7f33aef02a9a63c1c3 (diff)
downloadcdo-74cfc8a1e48f34be401a3e8028cad03bd350e8ca.tar.gz
cdo-74cfc8a1e48f34be401a3e8028cad03bd350e8ca.tar.xz
cdo-74cfc8a1e48f34be401a3e8028cad03bd350e8ca.zip
update javadoc to juno
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.html27
1 files changed, 25 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.html
index 48ce3d9319..41a4610d73 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.html
@@ -101,10 +101,12 @@ Interface CDOReplicationInfo</H2>
<P>
<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>
+ <DD>This interface is not intended to be extended by clients.</DD>
</DL>
<HR>
@@ -134,6 +136,14 @@ Interface CDOReplicationInfo</H2>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.html#getLockAreaIDs()">getLockAreaIDs</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
</TABLE>
&nbsp;
<P>
@@ -168,6 +178,19 @@ long <B>getLastReplicatedCommitTime</B>()</PRE>
</DL>
</DD>
</DL>
+<HR>
+
+<A NAME="getLockAreaIDs()"><!-- --></A><H3>
+getLockAreaIDs</H3>
+<PRE>
+<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[] <B>getLockAreaIDs</B>()</PRE>
+<DL>
+<DD><DL>
+<DT><B>Since:</B></DT>
+ <DD>4.1</DD>
+</DL>
+</DD>
+</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

Back to the top