Uses of Interface
org.eclipse.emf.cdo.spi.server.InternalSession

Packages that use InternalSession
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

Uses of InternalSession in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return InternalSession
 InternalSession IStoreAccessor.getSession()
          Returns the session this accessor is associated with.
static InternalSession StoreThreadLocal.getSession()
          Returns the session associated with the current thread.
 

Methods in org.eclipse.emf.cdo.server with parameters of type InternalSession
static void StoreThreadLocal.setSession(InternalSession session)
           
 

Uses of InternalSession in org.eclipse.emf.cdo.spi.server
 

Methods in org.eclipse.emf.cdo.spi.server that return InternalSession
 InternalSession InternalSynchronizableRepository.getReplicatorSession()
           
 InternalSession InternalView.getSession()
           
 InternalSession StoreAccessorBase.getSession()
           
 InternalSession InternalSessionManager.getSession(int sessionID)
           
 InternalSession[] InternalSessionManager.getSessions()
           
 InternalSession InternalSessionManager.openSession(ISessionProtocol sessionProtocol)
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type InternalSession
 void InternalRepository.notifyReadAccessHandlers(InternalSession session, CDORevision[] revisions, List<CDORevision> additionalRevisions)
           
static InternalView SyncingUtil.openViewWithLockArea(InternalSession session, InternalLockManager lockManager, CDOBranch viewedBranch, String lockAreaID)
           
 void InternalSessionManager.sendBranchNotification(InternalSession sender, InternalCDOBranch branch)
           
 void InternalRepository.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo)
          Deprecated. As of 4.2 use InternalRepository.sendCommitNotification(InternalSession, CDOCommitInfo, boolean)
 void InternalSessionManager.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo)
          Deprecated. As of 4.2 use InternalSessionManager.sendCommitNotification(InternalSession, CDOCommitInfo, boolean)
 void InternalRepository.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache)
           
 void InternalSessionManager.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache)
           
 void InternalSessionManager.sendLockNotification(InternalSession sender, CDOLockChangeInfo lockChangeInfo)
           
 void ISessionProtocol.sendRemoteMessageNotification(InternalSession sender, CDORemoteSessionMessage message)
           
 void InternalSession.sendRemoteMessageNotification(InternalSession sender, CDORemoteSessionMessage message)
           
 List<Integer> InternalSessionManager.sendRemoteMessageNotification(InternalSession sender, CDORemoteSessionMessage message, int[] recipients)
           
 void ISessionProtocol.sendRemoteSessionNotification(InternalSession sender, byte opcode)
           
 void InternalSession.sendRemoteSessionNotification(InternalSession sender, byte opcode)
           
 void InternalSessionManager.sendRemoteSessionNotification(InternalSession sender, byte opcode)
           
 void InternalSessionManager.sessionClosed(InternalSession session)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.