Package org.eclipse.emf.cdo.spi.server
Interface InternalTopic
- All Superinterfaces:
org.eclipse.net4j.util.container.IContainer<ISession>
,org.eclipse.net4j.util.event.INotifier
,ITopic
- Since:
- 4.17
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends Object>
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Method Summary
Modifier and TypeMethodDescriptionaddSession
(InternalSession session) boolean
containsSession
(InternalSession session) boolean
removeSession
(InternalSession session) Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Method Details
-
getManager
InternalTopicManager getManager()- Specified by:
getManager
in interfaceITopic
-
containsSession
-
getSessions
InternalSession[] getSessions()- Specified by:
getSessions
in interfaceITopic
-
addSession
-
removeSession
-