Uses of Interface
org.eclipse.emf.cdo.spi.server.InternalTopic
Package
Description
Server service provider interfaces and useful base implementations.
-
Uses of InternalTopic in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionvoid
InternalTopicManager.removeTopic
(InternalTopic topic) void
InternalSession.sendRemoteMessageNotification
(InternalSession sender, InternalTopic topic, CDORemoteSessionMessage message) InternalSessionManager.sendRemoteMessageNotification
(InternalSession sender, CDORemoteSessionMessage message, InternalTopic topic) void
ISessionProtocol.sendRemoteMessageNotification
(InternalSession sender, InternalTopic topic, CDORemoteSessionMessage message) void
InternalSession.sendRemoteSessionNotification
(InternalSession sender, InternalTopic topic, byte opcode) void
InternalSessionManager.sendRemoteSessionNotification
(InternalSession sender, Collection<InternalSession> recipients, InternalTopic topic, byte opcode) void
ISessionProtocol.sendRemoteSessionNotification
(InternalSession sender, InternalTopic topic, byte opcode)