Uses of Interface
org.eclipse.emf.cdo.spi.server.InternalTopic
Packages that use InternalTopic
Package
Description
Server service provider interfaces and useful base implementations.
-
Uses of InternalTopic in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server that return InternalTopicMethods in org.eclipse.emf.cdo.spi.server that return types with arguments of type InternalTopicMethods in org.eclipse.emf.cdo.spi.server with parameters of type InternalTopicModifier 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)