public abstract class AbstractRemoteInvocationServiceCallerGwt extends AbstractRemoteInvocationServiceCallerWithClientMap
RemoteInvocationServiceCaller
for GWT (Google Web-Toolkit).AbstractRemoteInvocationServiceCaller.RemoteInvocationServiceQueueImpl, AbstractRemoteInvocationServiceCaller.ServiceCallData<RESULT>
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue, AbstractRemoteInvocationCaller.RequestBuilder, AbstractRemoteInvocationCaller.TransactionalCallBuilder
Modifier and Type | Field and Description |
---|---|
private RemoteInvocationGenericServiceGwtAsync |
genericService |
CDI_NAME
Constructor and Description |
---|
AbstractRemoteInvocationServiceCallerGwt()
The constructor.
|
AbstractRemoteInvocationServiceCallerGwt(RemoteInvocationGenericServiceGwtAsync genericService)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
performRequest(GenericRemoteInvocationRpcRequest request,
AbstractRemoteInvocationCaller.RequestBuilder builder)
Actually performs the given
request by sending it to the server and handling the response
asynchronously. |
getServiceClient, registerService
addCall, createQueue, createRemoteInvocationTransactionalCalls, createRequest, getServiceClient, getServiceClient
createQueue, getCurrentQueue, getDefaultFailureCallback, getTransactionMode, getXsrfToken, handleFailure, handleResponse, newQueue, newQueue, newQueue, newQueueForAutoCommit, nextRequestId, performRequest, requireCurrentQueue, setDefaultFailureCallback, setTransactionMode
createLogger, doInitialize, getLogger
doInitialized, getInitializationState, initialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCurrentQueue, newQueue, newQueue, newQueue
private final RemoteInvocationGenericServiceGwtAsync genericService
#performRequest(GenericRemoteInvocationRpcRequest, RequestBuilder)
public AbstractRemoteInvocationServiceCallerGwt()
public AbstractRemoteInvocationServiceCallerGwt(RemoteInvocationGenericServiceGwtAsync genericService)
genericService
- is the RemoteInvocationGenericServiceGwtAsync
instance.protected void performRequest(GenericRemoteInvocationRpcRequest request, AbstractRemoteInvocationCaller.RequestBuilder builder)
request
by sending it to the server and handling the response
asynchronously.performRequest
in class AbstractRemoteInvocationCaller<RemoteInvocationServiceQueue,GenericRemoteInvocationRpcCall,GenericRemoteInvocationRpcTransactionalCalls,GenericRemoteInvocationRpcRequest>
request
- is the GenericRemoteInvocationRequest
to perform.builder
- is the AbstractRemoteInvocationCaller.RequestBuilder
that created the request and is to be used for handling the
results (dispatching to the asynchronous callback functions).Copyright © 2001–2016 mmm-Team. All rights reserved.