Uses of Class
org.eclipse.emf.cdo.session.remote.CDORemoteSessionMessage
Package
Description
Client concepts for the communication and collaboration with other sessions.
Server service provider interfaces and useful base implementations.
Client service provider interfaces and useful base implementations.
-
Uses of CDORemoteSessionMessage in org.eclipse.emf.cdo.session.remote
Modifier and TypeMethodDescriptionCDORemoteSessionEvent.MessageReceived.getMessage()
CDORemoteTopicEvent.MessageReceived.getMessage()
Modifier and TypeMethodDescriptionprotected void
CDORemoteSessionManager.EventAdapter.onMessageReceived
(CDORemoteSession remoteSession, CDORemoteSessionMessage message) Called if the local session issubscribed
and a remote session hassent
custom data to the local session.boolean
CDORemoteSession.sendMessage
(CDORemoteSessionMessage message) Sends a unicast message to this remote session if it is subscribed.CDORemoteSessionManager.sendMessage
(CDORemoteSessionMessage message, Collection<CDORemoteSession> recipients) Same asCDORemoteSessionManager.sendMessage(CDORemoteSessionMessage, CDORemoteSession...)
but with a recipientscollection
.CDORemoteSessionManager.sendMessage
(CDORemoteSessionMessage message, CDORemoteSession... recipients) Sends a multicast message to the subscribed recipients.CDORemoteTopic.sendMessage
(CDORemoteSessionMessage message) Sends the givenmessage
to all subscribedremote sessions
. -
Uses of CDORemoteSessionMessage in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionvoid
InternalSession.sendRemoteMessageNotification
(InternalSession sender, CDORemoteSessionMessage message) Deprecated.void
InternalSession.sendRemoteMessageNotification
(InternalSession sender, InternalTopic topic, CDORemoteSessionMessage message) InternalSessionManager.sendRemoteMessageNotification
(InternalSession sender, CDORemoteSessionMessage message, int[] recipients) InternalSessionManager.sendRemoteMessageNotification
(InternalSession sender, CDORemoteSessionMessage message, InternalTopic topic) void
ISessionProtocol.sendRemoteMessageNotification
(InternalSession sender, CDORemoteSessionMessage message) Deprecated.void
ISessionProtocol.sendRemoteMessageNotification
(InternalSession sender, InternalTopic topic, CDORemoteSessionMessage message) -
Uses of CDORemoteSessionMessage in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionvoid
InternalCDORemoteSessionManager.handleRemoteSessionMessage
(int sessionID, String topicID, CDORemoteSessionMessage message) void
InternalCDORemoteSessionManager.handleRemoteSessionMessage
(int sessionID, CDORemoteSessionMessage message) Deprecated.void
InternalCDORemoteTopic.handleRemoteSessionMessage
(InternalCDORemoteSession remoteSession, CDORemoteSessionMessage message) CDOSessionProtocol.sendRemoteMessage
(CDORemoteSessionMessage message, List<CDORemoteSession> recipients) Deprecated.CDOSessionProtocol.sendRemoteMessage
(CDORemoteSessionMessage message, CDORemoteTopic topic, List<CDORemoteSession> recipients)
InternalSession.sendRemoteMessageNotification(InternalSession, InternalTopic, CDORemoteSessionMessage)
.