|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.model.impl.api.ESServerCallImpl<U>
U - the actual return type of the callpublic class ESServerCallImpl<U>
Mapping between ESServerCall and ServerCall.
Note that this class does not inherit from AbstractAPIImpl since
ServerCall is not a modeled class.
| Constructor Summary | |
|---|---|
ESServerCallImpl(ServerCall<U> serverCall)
Constructor. |
|
| 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. |
ServerCall<U> |
toInternalAPI()
Returns the internal interface of this class. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ESServerCallImpl(ServerCall<U> serverCall)
serverCall - the server call to be wrapped| Method Detail |
|---|
public ESUsersession getUsersession()
getUsersession in interface ESServerCallESServerCall.getUsersession()public ESLocalProject getLocalProject()
ESLocalProject this server call is associated with.
getLocalProject in interface ESServerCallESServerCall.getLocalProject()public ESServer getServer()
ESServer this server call is meant to be executed against.
getServer in interface ESServerCallESServerCall.getServer()public ServerCall<U> toInternalAPI()
toInternalAPI in interface InternalAPIDelegator<ESServerCall,ServerCall<U>>InternalAPIDelegator.toInternalAPI()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||