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

All Known Implementing Classes:
ESServerCallImpl

public interface ESServerCall

Represents a call to a server, i.e. a remote action that involves a server. Typical server calls are, for instance, share and commit.

Author:
emueller

Method Summary
 ESLocalProject getLocalProject()
          Returns the ESLocalProject this server call is associated with.
 ESServer getServer()
          Returns the ESServer this server call is meant to be executed against.
 ESUsersession getUsersession()
          Returns the user session used by the server call.
 

Method Detail

getUsersession

ESUsersession getUsersession()
Returns the user session used by the server call.

Returns:
the user session in use

getLocalProject

ESLocalProject getLocalProject()
Returns the ESLocalProject this server call is associated with.

Returns:
the local project associated with this server call

getServer

ESServer getServer()
Returns the ESServer this server call is meant to be executed against.

Returns:
the server this call is meant to be executed against


Copyright © 2015. All Rights Reserved.