public class ClusterRemoteOperationRouter.AsyncOperationExecutor<T extends RemoteOperationResult> extends Object implements AsyncFutureListener<T>
| Constructor and Description | 
|---|
| AsyncOperationExecutor(RemoteOperationRequest<T> request,
                      RemoteOperationFutureListener<T> listener) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | executeAsync() | 
| void | onResult(AsyncResult<T> asyncResult)A callback when a result of an async invocation arrives. | 
public AsyncOperationExecutor(RemoteOperationRequest<T> request, RemoteOperationFutureListener<T> listener)
public void executeAsync()
public void onResult(AsyncResult<T> asyncResult)
AsyncFutureListeneronResult in interface AsyncFutureListener<T extends RemoteOperationResult>Copyright © GigaSpaces.