Package | Description |
---|---|
org.eclipse.emf.cdo.session.remote |
Client concepts for the communication and collaboration with other sessions.
|
org.eclipse.emf.cdo.spi.server |
Server service provider interfaces and useful base implementations.
|
org.eclipse.emf.spi.cdo |
Client service provider interfaces and useful base implementations.
|
Modifier and Type | Method and Description |
---|---|
CDORemoteSessionMessage |
CDORemoteSessionEvent.MessageReceived.getMessage() |
Modifier and Type | Method and Description |
---|---|
protected void |
CDORemoteSessionManager.EventAdapter.onMessageReceived(CDORemoteSession remoteSession,
CDORemoteSessionMessage message)
Called if the local session is
subscribed and a remote session has
sent custom data to the local session. |
boolean |
CDORemoteSession.sendMessage(CDORemoteSessionMessage message)
Sends a unicast message to this remote session if it is subscribed.
|
java.util.Set<CDORemoteSession> |
CDORemoteSessionManager.sendMessage(CDORemoteSessionMessage message,
CDORemoteSession... recipients)
Sends a multicast message to the subscribed recipients.
|
java.util.Set<CDORemoteSession> |
CDORemoteSessionManager.sendMessage(CDORemoteSessionMessage message,
java.util.Collection<CDORemoteSession> recipients)
Same as
CDORemoteSessionManager.sendMessage(CDORemoteSessionMessage, CDORemoteSession...) but with a recipients collection . |
Modifier and Type | Method and Description |
---|---|
void |
ISessionProtocol.sendRemoteMessageNotification(InternalSession sender,
CDORemoteSessionMessage message) |
void |
InternalSession.sendRemoteMessageNotification(InternalSession sender,
CDORemoteSessionMessage message) |
java.util.List<java.lang.Integer> |
InternalSessionManager.sendRemoteMessageNotification(InternalSession sender,
CDORemoteSessionMessage message,
int[] recipients) |
Modifier and Type | Method and Description |
---|---|
void |
InternalCDORemoteSessionManager.handleRemoteSessionMessage(int sessionID,
CDORemoteSessionMessage message) |
java.util.Set<java.lang.Integer> |
CDOSessionProtocol.sendRemoteMessage(CDORemoteSessionMessage message,
java.util.List<CDORemoteSession> recipients) |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html