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 InternalSession
StoreThreadLocal.getSession()
Returns the session associated with the current thread.Methoden in org.eclipse.emf.cdo.server mit Parametern vom Typ InternalSessionModifizierer und TypMethodeBeschreibungstatic void
StoreThreadLocal.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) boolean
InternalTopic.containsSession
(InternalSession session) void
InternalRepository.PostActivateable.doPostActivate
(InternalSession session) Called by arepository
when it is fully activated.void
InternalRepository.notifyReadAccessHandlers
(InternalSession session, CDORevision[] revisions, List<CDORevision> additionalRevisions) void
InternalSessionManager.openedOnClientSide
(InternalSession session) static InternalView
SyncingUtil.openViewWithLockArea
(InternalSession session, InternalLockManager lockManager, CDOBranch viewedBranch, String lockAreaID) boolean
InternalTopic.removeSession
(InternalSession session) void
InternalTopicManager.removeSubscription
(String id, InternalSession session) void
InternalSessionManager.sendBranchNotification
(InternalSession sender, CDOBranchChangedEvent.ChangeKind changeKind, CDOBranch... branches) void
InternalSessionManager.sendBranchNotification
(InternalSession sender, InternalCDOBranch branch) Veraltet.void
InternalSessionManager.sendBranchNotification
(InternalSession sender, InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) Veraltet.void
InternalRepository.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo) Veraltet.void
InternalRepository.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache) Veraltet.void
InternalSessionManager.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo) Veraltet.void
InternalSessionManager.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache) Veraltet.void
InternalSessionManager.sendLockNotification
(InternalSession sender, CDOLockChangeInfo lockChangeInfo) void
InternalSessionManager.sendLockOwnerRemappedNotification
(InternalSession sender, CDOBranch branch, CDOLockOwner oldOwner, CDOLockOwner newOwner) void
InternalSession.sendRemoteMessageNotification
(InternalSession sender, CDORemoteSessionMessage message) Veraltet.void
InternalSession.sendRemoteMessageNotification
(InternalSession sender, InternalTopic topic, CDORemoteSessionMessage message) InternalSessionManager.sendRemoteMessageNotification
(InternalSession sender, CDORemoteSessionMessage message, int[] recipients) InternalSessionManager.sendRemoteMessageNotification
(InternalSession sender, CDORemoteSessionMessage message, InternalTopic topic) void
ISessionProtocol.sendRemoteMessageNotification
(InternalSession sender, CDORemoteSessionMessage message) void
ISessionProtocol.sendRemoteMessageNotification
(InternalSession sender, InternalTopic topic, CDORemoteSessionMessage message) void
InternalSession.sendRemoteSessionNotification
(InternalSession sender, byte opcode) Veraltet.void
InternalSession.sendRemoteSessionNotification
(InternalSession sender, InternalTopic topic, byte opcode) void
InternalSessionManager.sendRemoteSessionNotification
(InternalSession sender, byte opcode) void
InternalSessionManager.sendRemoteSessionNotification
(InternalSession sender, Collection<InternalSession> recipients, InternalTopic topic, byte opcode) void
ISessionProtocol.sendRemoteSessionNotification
(InternalSession sender, byte opcode) Veraltet.void
ISessionProtocol.sendRemoteSessionNotification
(InternalSession sender, InternalTopic topic, byte opcode) void
InternalSessionManager.sendTagNotification
(InternalSession sender, int modCount, String oldName, String newName, CDOBranchPoint branchPoint) void
InternalSessionManager.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) void
InternalSessionManager.sendRemoteSessionNotification
(InternalSession sender, Collection<InternalSession> recipients, InternalTopic topic, byte opcode)
InternalSessionManager.sendBranchNotification(InternalSession, InternalCDOBranch, ChangeKind)
.