Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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, 6 insertions, 6 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 1a6beca526..13343f8558 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
@@ -103,8 +103,8 @@ Interface CDORemoteSession</H2>
</PRE>
<P>
-Represents a remote session that is connected to the same repository as the
- <A HREF="../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionManager.html#getLocalSession()"><CODE>local session</CODE></A> that the <A HREF="../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSession.html#getManager()"><CODE>remote session manager</CODE></A>
+Represents a remote session that is connected to the same repository as the
+ <A HREF="../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionManager.html#getLocalSession()"><CODE>local session</CODE></A> that the <A HREF="../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSession.html#getManager()"><CODE>remote session manager</CODE></A>
points to.
<P>
@@ -161,7 +161,7 @@ Represents a remote session that is connected to the same repository as the
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSession.html#isSubscribed()">isSubscribed</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns <code>true</code> if this remote session is subscribed to changes in the set of remote sessions and
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns <code>true</code> if this remote session is subscribed to changes in the set of remote sessions and
delivers <A HREF="../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionEvent.MessageReceived.html" title="interface in org.eclipse.emf.cdo.session.remote"><CODE>custom data events</CODE></A>, <code>false</code> otherwise.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -248,7 +248,7 @@ isSubscribed</H3>
<PRE>
boolean <B>isSubscribed</B>()</PRE>
<DL>
-<DD>Returns <code>true</code> if this remote session is subscribed to changes in the set of remote sessions and
+<DD>Returns <code>true</code> if this remote session is subscribed to changes in the set of remote sessions and
delivers <A HREF="../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionEvent.MessageReceived.html" title="interface in org.eclipse.emf.cdo.session.remote"><CODE>custom data events</CODE></A>, <code>false</code> otherwise.
<P>
<DD><DL>
@@ -272,8 +272,8 @@ boolean <B>sendMessage</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/sessio
</DD>
<DD><DL>
-<DT><B>Returns:</B><DD><code>true</code> if the server received the custom data message, <code>false</code> otherwise.
- <b>Note:</b> No assumption must be made on whether the recipient session received the message and was able
+<DT><B>Returns:</B><DD><code>true</code> if the server received the custom data message, <code>false</code> otherwise.
+ <b>Note:</b> No assumption must be made on whether the recipient session received the message and was able
to handle it adequately!
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/common/util/CDOException.html" title="class in org.eclipse.emf.cdo.common.util">CDOException</A></CODE> - if this remote session is not subscribed.<DT><B>Since:</B></DT>

Back to the top