Uses of Interface
org.eclipse.emf.cdo.server.ISession

Packages that use ISession
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.server.db   
org.eclipse.emf.cdo.spi.server   
 

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

Methods in org.eclipse.emf.cdo.server that return ISession
static ISession StoreThreadLocal.getSession()
          Returns the session associated with the current thread.
 ISession IView.getSession()
           
 ISession IStoreAccessor.getSession()
          Returns the session this accessor is associated with.
 ISession ISessionManager.getSession(int sessionID)
           
 ISession[] ISessionManager.getSessions()
           
 ISession ISessionManager.openSession(org.eclipse.emf.cdo.internal.server.protocol.CDOServerProtocol protocol)
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type ISession
 IStoreAccessor IStore.getReader(ISession session)
          Returns a reader that can be used to read from this store in the context of the given session.
 void IRepository.ReadAccessHandler.handleRevisionsBeforeSending(ISession session, CDORevision[] revisions, java.util.List<CDORevision> additionalRevisions)
          Provides a way to handle revisions that are to be sent to the client.
 void CDOServerUtil.RepositoryReadAccessValidator.handleRevisionsBeforeSending(ISession session, CDORevision[] revisions, java.util.List<CDORevision> additionalRevisions)
           
 void INotificationManager.notifyCommit(ISession session, IStoreAccessor.CommitContext commitContext)
          Internal.
static void StoreThreadLocal.setSession(ISession session)
           
protected  void CDOServerUtil.RepositoryReadAccessValidator.throwException(ISession session, java.util.List<java.lang.String> violations)
           
protected abstract  java.lang.String CDOServerUtil.RepositoryReadAccessValidator.validate(ISession session, CDORevision revision)
           
 

Uses of ISession in org.eclipse.emf.cdo.server.db
 

Methods in org.eclipse.emf.cdo.server.db with parameters of type ISession
 IDBStoreAccessor IDBStore.getReader(ISession session)
           
 

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

Methods in org.eclipse.emf.cdo.spi.server that return ISession
 ISession StoreAccessor.getSession()
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type ISession
protected abstract  IStoreAccessor Store.createReader(ISession session)
          Creates and returns a new IStoreAccessor instance.
 IStoreAccessor Store.getReader(ISession session)
           
protected abstract  StoreAccessorPool Store.getReaderPool(ISession session, boolean forReleasing)
          Returns a pool that may contain IStoreAccessor instances that are compatible with the given session.
 

Constructors in org.eclipse.emf.cdo.spi.server with parameters of type ISession
LongIDStoreAccessor(Store store, ISession session)
           
StoreAccessor(Store store, ISession session)
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.