Package | Description |
---|---|
net.sf.mmm.service.base.client |
Contains the client-specific base classes for simple remote services.
|
net.sf.mmm.service.impl.gwt.rpc.client |
Contains the client-specific implementation for remote invocation services.
|
net.sf.mmm.service.impl.spring.client |
Contains the client-specific implementation for remote services using spring-remoting.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.collectCalls(AbstractRemoteInvocationCaller.RequestBuilder requestBuilder,
boolean hasOpenTransaction)
This method collects the
GenericRemoteInvocationTransactionalCalls for this queue recursively. |
protected void |
AbstractRemoteInvocationCaller.handleFailure(REQUEST request,
AbstractRemoteInvocationCaller.RequestBuilder builder,
Throwable failure)
This method should be called from
AbstractRemoteInvocationCaller.performRequest(GenericRemoteInvocationRequest, RequestBuilder)
if a general failure occurred on the client side (in case of a network error or the
like). |
protected void |
AbstractRemoteInvocationCaller.handleResponse(REQUEST request,
AbstractRemoteInvocationCaller.RequestBuilder builder,
GenericRemoteInvocationResponse response)
This method should be called from
AbstractRemoteInvocationCaller.performRequest(GenericRemoteInvocationRequest, RequestBuilder)
if a GenericRemoteInvocationResponse has been received. |
protected abstract void |
AbstractRemoteInvocationCaller.performRequest(REQUEST request,
AbstractRemoteInvocationCaller.RequestBuilder builder)
Actually performs the given
request by sending it to the server and handling the response
asynchronously. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRemoteInvocationServiceCallerGwt.performRequest(GenericRemoteInvocationRpcRequest request,
AbstractRemoteInvocationCaller.RequestBuilder builder)
Actually performs the given
request by sending it to the server and handling the response
asynchronously. |
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteInvocationServiceCallerImplSpring.performRequest(GenericRemoteInvocationRpcRequest request,
AbstractRemoteInvocationCaller.RequestBuilder builder)
Actually performs the given
request by sending it to the server and handling the response
asynchronously. |
Copyright © 2001–2016 mmm-Team. All rights reserved.