Uses of Interface
org.eclipse.emf.cdo.session.remote.CDORemoteTopic
Package
Description
Client concepts for the communication and collaboration with other sessions.
Client service provider interfaces and useful base implementations.
-
Uses of CDORemoteTopic in org.eclipse.emf.cdo.session.remote
Modifier and TypeMethodDescriptionCDORemoteTopicEvent.getSource()
Returns the topic that emitted this event.CDORemoteSessionManager.getSubscribedTopic
(String id) CDORemoteSessionManager.getSubscribedTopics()
Returns an array of the currently subscribedtopics
.CDORemoteSessionManager.subscribeTopic
(String id) Subscribes to the topic identified by the givenid
. -
Uses of CDORemoteTopic in org.eclipse.emf.spi.cdo
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionCDOSessionProtocol.sendRemoteMessage
(CDORemoteSessionMessage message, CDORemoteTopic topic, List<CDORemoteSession> recipients)