Uses of Interface
org.eclipse.emf.cdo.session.remote.CDORemoteTopic
Packages that use 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
Methods in org.eclipse.emf.cdo.session.remote that return CDORemoteTopicModifier 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
Subinterfaces of CDORemoteTopic in org.eclipse.emf.spi.cdoModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.spi.cdo with parameters of type CDORemoteTopicModifier and TypeMethodDescriptionCDOSessionProtocol.sendRemoteMessage
(CDORemoteSessionMessage message, CDORemoteTopic topic, List<CDORemoteSession> recipients)