Uses of Interface
org.eclipse.emf.emfstore.client.sessionprovider.ESServerCall

Packages that use ESServerCall
org.eclipse.emf.emfstore.client.sessionprovider   
org.eclipse.emf.emfstore.internal.client.model.connectionmanager   
org.eclipse.emf.emfstore.internal.client.model.impl.api   
 

Uses of ESServerCall in org.eclipse.emf.emfstore.client.sessionprovider
 

Methods in org.eclipse.emf.emfstore.client.sessionprovider with parameters of type ESServerCall
 ESUsersession ESAbstractSessionProvider.provideUsersession(ESServerCall serverCall)
           The SessionManager calls this method in order to obtain a user session.
 

Uses of ESServerCall in org.eclipse.emf.emfstore.internal.client.model.connectionmanager
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager that return ESServerCall
 ESServerCall ServerCall.createAPI()
          Creates the API interface for this class.
 ESServerCall ServerCall.toAPI()
          Returns the API interface of this class.
 

Uses of ESServerCall in org.eclipse.emf.emfstore.internal.client.model.impl.api
 

Classes in org.eclipse.emf.emfstore.internal.client.model.impl.api that implement ESServerCall
 class ESServerCallImpl<U>
           Mapping between ESServerCall and ServerCall.
 



Copyright © 2015. All Rights Reserved.