Uses of Interface
org.eclipse.emf.cdo.spi.server.InternalSession
Package
Description
Server concepts for dealing with repositories and stores.
Server service provider interfaces and useful base implementations.
-
Uses of InternalSession in org.eclipse.emf.cdo.server
Modifier and TypeMethodDescriptionIStoreAccessor.getSession()
Returns the session this accessor is associated with.static InternalSession
StoreThreadLocal.getSession()
Returns the session associated with the current thread.Modifier and TypeMethodDescriptionstatic void
StoreThreadLocal.setSession
(InternalSession session) -
Uses of InternalSession in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionInternalTopic.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) Modifier and TypeMethodDescriptionInternalTopic.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) Deprecated.void
InternalSessionManager.sendBranchNotification
(InternalSession sender, InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) Deprecated.void
InternalRepository.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo) Deprecated.void
InternalRepository.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache) Deprecated.void
InternalSessionManager.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo) Deprecated.void
InternalSessionManager.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache) Deprecated.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) Deprecated.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) Deprecated.void
ISessionProtocol.sendRemoteMessageNotification
(InternalSession sender, InternalTopic topic, CDORemoteSessionMessage message) void
InternalSession.sendRemoteSessionNotification
(InternalSession sender, byte opcode) Deprecated.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) Deprecated.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) Modifier and TypeMethodDescriptionvoid
InternalSessionManager.sendRemoteSessionNotification
(InternalSession sender, Collection<InternalSession> recipients, InternalTopic topic, byte opcode)
InternalSessionManager.sendBranchNotification(InternalSession, InternalCDOBranch, ChangeKind)
.