Verwendungen von Schnittstelle
org.eclipse.emf.cdo.session.remote.CDORemoteSession
Packages, die CDORemoteSession verwenden
Package
Beschreibung
Client concepts for the communication and collaboration with other sessions.
Reusable UI components specific to the CDO Model Repository.
Client service provider interfaces and useful base implementations.
-
Verwendungen von CDORemoteSession in org.eclipse.emf.cdo.session.remote
Methoden in org.eclipse.emf.cdo.session.remote, die CDORemoteSession zurückgebenModifizierer und TypMethodeBeschreibungCDORemoteSessionEvent.getRemoteSession()
CDORemoteTopicEvent.getRemoteSession()
Returns the remote session that caused this event, i.e., the sender.CDORemoteSessionManager.getRemoteSessions()
Returns the set ofremote sessions
that are connected to the same repository as thelocal session
.CDORemoteTopic.getRemoteSessions()
Returns an array of theremote sessions
that participate in this topic.Methoden in org.eclipse.emf.cdo.session.remote, die Typen mit Argumenten vom Typ CDORemoteSession zurückgebenModifizierer und TypMethodeBeschreibungCDORemoteSessionManager.sendMessage
(CDORemoteSessionMessage message, Collection<CDORemoteSession> recipients) Same asCDORemoteSessionManager.sendMessage(CDORemoteSessionMessage, CDORemoteSession...)
but with a recipientscollection
.CDORemoteSessionManager.sendMessage
(CDORemoteSessionMessage message, CDORemoteSession... recipients) Sends a multicast message to the subscribed recipients.CDORemoteTopic.sendMessage
(CDORemoteSessionMessage message) Sends the givenmessage
to all subscribedremote sessions
.Methoden in org.eclipse.emf.cdo.session.remote mit Parametern vom Typ CDORemoteSessionModifizierer und TypMethodeBeschreibungprotected abstract byte[]
CDORemoteSessionRequest.GlobalRequestHandler.createResponse
(CDORemoteSession sender, byte[] request) protected abstract byte[]
CDORemoteSessionRequest.RequestHandler.handleRequest
(CDORemoteSession sender, byte[] request) protected final void
CDORemoteSessionManager.EventAdapter.onAdded
(org.eclipse.net4j.util.container.IContainer<CDORemoteSession> container, CDORemoteSession element) protected void
CDORemoteSessionManager.EventAdapter.onClosed
(CDORemoteSession remoteSession) Called if the local session issubscribed
and a remote session to the same repository as the local session was closed.protected void
CDORemoteSessionManager.EventAdapter.onMessageReceived
(CDORemoteSession remoteSession, CDORemoteSessionMessage message) Called if the local session issubscribed
and a remote session hassent
custom data to the local session.protected void
CDORemoteSessionManager.EventAdapter.onOpened
(CDORemoteSession remoteSession) Called if the local session issubscribed
and a new remote session was opened to the same repository as the local session.protected final void
CDORemoteSessionManager.EventAdapter.onRemoved
(org.eclipse.net4j.util.container.IContainer<CDORemoteSession> container, CDORemoteSession element) protected void
CDORemoteSessionManager.EventAdapter.onSubscribed
(CDORemoteSession remoteSession) Called if the local session issubscribed
and a remote sessionsubscribed
to the same repository as the local session.protected void
CDORemoteSessionManager.EventAdapter.onUnsubscribed
(CDORemoteSession remoteSession) Called if the local session issubscribed
and a remote sessionunsubscribed
from the same repository as the local session.void
CDORemoteSessionRequest.send
(CDORemoteSession recipient) CDORemoteSessionManager.sendMessage
(CDORemoteSessionMessage message, CDORemoteSession... recipients) Sends a multicast message to the subscribed recipients.void
CDORemoteSessionRequest.sendSynchronous
(CDORemoteSession recipient) Methodenparameter in org.eclipse.emf.cdo.session.remote mit Typargumenten vom Typ CDORemoteSessionModifizierer und TypMethodeBeschreibungprotected final void
CDORemoteSessionManager.EventAdapter.onAdded
(org.eclipse.net4j.util.container.IContainer<CDORemoteSession> container, CDORemoteSession element) protected final void
CDORemoteSessionManager.EventAdapter.onRemoved
(org.eclipse.net4j.util.container.IContainer<CDORemoteSession> container, CDORemoteSession element) CDORemoteSessionManager.sendMessage
(CDORemoteSessionMessage message, Collection<CDORemoteSession> recipients) Same asCDORemoteSessionManager.sendMessage(CDORemoteSessionMessage, CDORemoteSession...)
but with a recipientscollection
. -
Verwendungen von CDORemoteSession in org.eclipse.emf.cdo.ui
Methoden in org.eclipse.emf.cdo.ui, die CDORemoteSession zurückgebenMethoden in org.eclipse.emf.cdo.ui mit Parametern vom Typ CDORemoteSessionModifizierer und TypMethodeBeschreibungUserInfo.Manager.getRemoteUser
(CDORemoteSession remoteSession) UserInfo.Provider.getRemoteUser
(CDORemoteSession remoteSession) Konstruktoren in org.eclipse.emf.cdo.ui mit Parametern vom Typ CDORemoteSessionModifiziererKonstruktorBeschreibungprotected
UserChangedEvent
(CDORemoteSession remoteSession, UserInfo userInfo) -
Verwendungen von CDORemoteSession in org.eclipse.emf.spi.cdo
Unterschnittstellen von CDORemoteSession in org.eclipse.emf.spi.cdoModifizierer und TypSchnittstelleBeschreibunginterface
If the meaning of this type isn't clear, there really should be more of a description here...Methoden in org.eclipse.emf.spi.cdo, die Typen mit Argumenten vom Typ CDORemoteSession zurückgebenModifizierer und TypMethodeBeschreibungCDOSessionProtocol.getRemoteSessions
(InternalCDORemoteSessionManager manager, boolean subscribe) Methodenparameter in org.eclipse.emf.spi.cdo mit Typargumenten vom Typ CDORemoteSessionModifizierer und TypMethodeBeschreibungCDOSessionProtocol.sendRemoteMessage
(CDORemoteSessionMessage message, List<CDORemoteSession> recipients) Veraltet.CDOSessionProtocol.sendRemoteMessage
(CDORemoteSessionMessage message, CDORemoteTopic topic, List<CDORemoteSession> recipients)
CDOSessionProtocol.sendRemoteMessage(CDORemoteSessionMessage, CDORemoteTopic, List)
.