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 sessions
that participate in this topic.void
handleRemoteSessionMessage
(InternalCDORemoteSession remoteSession, CDORemoteSessionMessage message) void
handleRemoteSessionSubscribed
(int sessionID, boolean subscribed) Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.session.remote.CDORemoteTopic
getID, isSubscribed, sendMessage, unsubscribe
Von Schnittstelle geerbte Methoden java.lang.Comparable
compareTo
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Methodendetails
-
getManager
InternalCDORemoteSessionManager getManager()Beschreibung aus Schnittstelle kopiert:CDORemoteTopic
Returns the remote session manager that manages this remote topic.- Angegeben von:
getManager
in SchnittstelleCDORemoteTopic
-
getRemoteSessions
InternalCDORemoteSession[] getRemoteSessions()Beschreibung aus Schnittstelle kopiert:CDORemoteTopic
Returns an array of theremote sessions
that participate in this topic.- Angegeben von:
getRemoteSessions
in SchnittstelleCDORemoteTopic
-
handleRemoteSessionSubscribed
void handleRemoteSessionSubscribed(int sessionID, boolean subscribed) -
handleRemoteSessionMessage
void handleRemoteSessionMessage(InternalCDORemoteSession remoteSession, CDORemoteSessionMessage message)
-