Package org.eclipse.emf.spi.cdo
Schnittstelle InternalCDORemoteTopic
- Alle Superschnittstellen:
CDORemoteTopic,Comparable<CDORemoteTopic>,org.eclipse.net4j.util.container.IContainer<CDORemoteSession>,org.eclipse.net4j.util.event.INotifier
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 4.17
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.container.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E>, org.eclipse.net4j.util.container.IContainer.Persistable<E>, org.eclipse.net4j.util.container.IContainer.Persistence<E>Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2 -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the remote session manager that manages this remote topic.Returns an array of theremote sessionsthat participate in this topic.voidhandleRemoteSessionMessage(InternalCDORemoteSession remoteSession, CDORemoteSessionMessage message) voidhandleRemoteSessionSubscribed(int sessionID, boolean subscribed) Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.session.remote.CDORemoteTopic
getID, isSubscribed, sendMessage, unsubscribeVon Schnittstelle geerbte Methoden java.lang.Comparable
compareToVon Schnittstelle geerbte Methoden org.eclipse.net4j.util.container.IContainer
getElements, isEmptyVon Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Methodendetails
-
getManager
InternalCDORemoteSessionManager getManager()Beschreibung aus Schnittstelle kopiert:CDORemoteTopicReturns the remote session manager that manages this remote topic.- Angegeben von:
getManagerin SchnittstelleCDORemoteTopic
-
getRemoteSessions
InternalCDORemoteSession[] getRemoteSessions()Beschreibung aus Schnittstelle kopiert:CDORemoteTopicReturns an array of theremote sessionsthat participate in this topic.- Angegeben von:
getRemoteSessionsin SchnittstelleCDORemoteTopic
-
handleRemoteSessionSubscribed
void handleRemoteSessionSubscribed(int sessionID, boolean subscribed) -
handleRemoteSessionMessage
void handleRemoteSessionMessage(InternalCDORemoteSession remoteSession, CDORemoteSessionMessage message)
-