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 sessionsthat are connected to the same repository as thelocal session.CDORemoteTopic.getRemoteSessions()Returns an array of theremote sessionsthat 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 givenmessageto 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 voidCDORemoteSessionManager.EventAdapter.onAdded(org.eclipse.net4j.util.container.IContainer<CDORemoteSession> container, CDORemoteSession element) protected voidCDORemoteSessionManager.EventAdapter.onClosed(CDORemoteSession remoteSession) Called if the local session issubscribedand a remote session to the same repository as the local session was closed.protected voidCDORemoteSessionManager.EventAdapter.onMessageReceived(CDORemoteSession remoteSession, CDORemoteSessionMessage message) Called if the local session issubscribedand a remote session hassentcustom data to the local session.protected voidCDORemoteSessionManager.EventAdapter.onOpened(CDORemoteSession remoteSession) Called if the local session issubscribedand a new remote session was opened to the same repository as the local session.protected final voidCDORemoteSessionManager.EventAdapter.onRemoved(org.eclipse.net4j.util.container.IContainer<CDORemoteSession> container, CDORemoteSession element) protected voidCDORemoteSessionManager.EventAdapter.onSubscribed(CDORemoteSession remoteSession) Called if the local session issubscribedand a remote sessionsubscribedto the same repository as the local session.protected voidCDORemoteSessionManager.EventAdapter.onUnsubscribed(CDORemoteSession remoteSession) Called if the local session issubscribedand a remote sessionunsubscribedfrom the same repository as the local session.voidCDORemoteSessionRequest.send(CDORemoteSession recipient) CDORemoteSessionManager.sendMessage(CDORemoteSessionMessage message, CDORemoteSession... recipients) Sends a multicast message to the subscribed recipients.voidCDORemoteSessionRequest.sendSynchronous(CDORemoteSession recipient) Methodenparameter in org.eclipse.emf.cdo.session.remote mit Typargumenten vom Typ CDORemoteSessionModifizierer und TypMethodeBeschreibungprotected final voidCDORemoteSessionManager.EventAdapter.onAdded(org.eclipse.net4j.util.container.IContainer<CDORemoteSession> container, CDORemoteSession element) protected final voidCDORemoteSessionManager.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 CDORemoteSessionModifiziererKonstruktorBeschreibungprotectedUserChangedEvent(CDORemoteSession remoteSession, UserInfo userInfo) -
Verwendungen von CDORemoteSession in org.eclipse.emf.spi.cdo
Unterschnittstellen von CDORemoteSession in org.eclipse.emf.spi.cdoModifizierer und TypSchnittstelleBeschreibunginterfaceIf 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).