Verwendungen von Schnittstelle
org.eclipse.emf.cdo.spi.server.InternalSession
Packages, die InternalSession verwenden
Package
Beschreibung
Server concepts for dealing with repositories and stores.
Server service provider interfaces and useful base implementations.
-
Verwendungen von InternalSession in org.eclipse.emf.cdo.server
Methoden in org.eclipse.emf.cdo.server, die InternalSession zurückgebenModifizierer und TypMethodeBeschreibungIStoreAccessor.getSession()Returns the session this accessor is associated with.static InternalSessionStoreThreadLocal.getSession()Returns the session associated with the current thread.Methoden in org.eclipse.emf.cdo.server mit Parametern vom Typ InternalSessionModifizierer und TypMethodeBeschreibungstatic voidStoreThreadLocal.setSession(InternalSession session) -
Verwendungen von InternalSession in org.eclipse.emf.cdo.spi.server
Methoden in org.eclipse.emf.cdo.spi.server, die InternalSession zurückgebenModifizierer und TypMethodeBeschreibungInternalTopic.addSession(InternalSession session) InternalTopicManager.addSubscription(String id, InternalSession session) InternalSynchronizableRepository.getReplicatorSession()InternalSessionManager.getSession(int sessionID) InternalView.getSession()StoreAccessorBase.getSession()InternalSessionManager.getSessions()InternalTopic.getSessions()InternalSessionManager.openSession(ISessionProtocol sessionProtocol) InternalSessionManager.openSession(ISessionProtocol protocol, int sessionID) InternalSessionManager.openSession(ISessionProtocol protocol, int sessionID, Consumer<InternalSession> sessionInitializer) InternalSessionManager.openSession(ISessionProtocol protocol, int sessionID, Consumer<InternalSession> sessionInitializer, byte[] oneTimeLoginToken) Methoden in org.eclipse.emf.cdo.spi.server mit Parametern vom Typ InternalSessionModifizierer und TypMethodeBeschreibungInternalTopic.addSession(InternalSession session) InternalTopicManager.addSubscription(String id, InternalSession session) booleanInternalTopic.containsSession(InternalSession session) voidInternalRepository.PostActivateable.doPostActivate(InternalSession session) Called by arepositorywhen it is fully activated.voidInternalRepository.notifyReadAccessHandlers(InternalSession session, CDORevision[] revisions, List<CDORevision> additionalRevisions) voidInternalSessionManager.openedOnClientSide(InternalSession session) static InternalViewSyncingUtil.openViewWithLockArea(InternalSession session, InternalLockManager lockManager, CDOBranch viewedBranch, String lockAreaID) booleanInternalTopic.removeSession(InternalSession session) voidInternalTopicManager.removeSubscription(String id, InternalSession session) voidInternalSessionManager.sendBranchNotification(InternalSession sender, CDOBranchChangedEvent.ChangeKind changeKind, CDOBranch... branches) voidInternalSessionManager.sendBranchNotification(InternalSession sender, InternalCDOBranch branch) Veraltet.voidInternalSessionManager.sendBranchNotification(InternalSession sender, InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) Veraltet.voidInternalRepository.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo) Veraltet.voidInternalRepository.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache) Veraltet.voidInternalSessionManager.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo) Veraltet.voidInternalSessionManager.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache) Veraltet.voidInternalSessionManager.sendLockNotification(InternalSession sender, CDOLockChangeInfo lockChangeInfo) voidInternalSessionManager.sendLockOwnerRemappedNotification(InternalSession sender, CDOBranch branch, CDOLockOwner oldOwner, CDOLockOwner newOwner) voidInternalSession.sendRemoteMessageNotification(InternalSession sender, CDORemoteSessionMessage message) Veraltet.voidInternalSession.sendRemoteMessageNotification(InternalSession sender, InternalTopic topic, CDORemoteSessionMessage message) InternalSessionManager.sendRemoteMessageNotification(InternalSession sender, CDORemoteSessionMessage message, int[] recipients) InternalSessionManager.sendRemoteMessageNotification(InternalSession sender, CDORemoteSessionMessage message, InternalTopic topic) voidISessionProtocol.sendRemoteMessageNotification(InternalSession sender, CDORemoteSessionMessage message) voidISessionProtocol.sendRemoteMessageNotification(InternalSession sender, InternalTopic topic, CDORemoteSessionMessage message) voidInternalSession.sendRemoteSessionNotification(InternalSession sender, byte opcode) Veraltet.voidInternalSession.sendRemoteSessionNotification(InternalSession sender, InternalTopic topic, byte opcode) voidInternalSessionManager.sendRemoteSessionNotification(InternalSession sender, byte opcode) voidInternalSessionManager.sendRemoteSessionNotification(InternalSession sender, Collection<InternalSession> recipients, InternalTopic topic, byte opcode) voidISessionProtocol.sendRemoteSessionNotification(InternalSession sender, byte opcode) Veraltet.voidISessionProtocol.sendRemoteSessionNotification(InternalSession sender, InternalTopic topic, byte opcode) voidInternalSessionManager.sendTagNotification(InternalSession sender, int modCount, String oldName, String newName, CDOBranchPoint branchPoint) voidInternalSessionManager.sessionClosed(InternalSession session) InternalTopicManager.sessionClosed(InternalSession session) Methodenparameter in org.eclipse.emf.cdo.spi.server mit Typargumenten vom Typ InternalSessionModifizierer und TypMethodeBeschreibungInternalSessionManager.openSession(ISessionProtocol protocol, int sessionID, Consumer<InternalSession> sessionInitializer) InternalSessionManager.openSession(ISessionProtocol protocol, int sessionID, Consumer<InternalSession> sessionInitializer, byte[] oneTimeLoginToken) voidInternalSessionManager.sendRemoteSessionNotification(InternalSession sender, Collection<InternalSession> recipients, InternalTopic topic, byte opcode)
InternalSessionManager.sendBranchNotification(InternalSession, InternalCDOBranch, ChangeKind).