Class ClusterRemoteOperationRouter.AsyncOperationExecutor<T extends RemoteOperationResult>
java.lang.Object
com.gigaspaces.internal.remoting.routing.clustered.ClusterRemoteOperationRouter.AsyncOperationExecutor<T>
- All Implemented Interfaces:
AsyncFutureListener<T>
- Enclosing class:
- ClusterRemoteOperationRouter
public class ClusterRemoteOperationRouter.AsyncOperationExecutor<T extends RemoteOperationResult>
extends Object
implements AsyncFutureListener<T>
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncOperationExecutor(RemoteOperationRequest<T> request, RemoteOperationFutureListener<T> listener) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonResult(AsyncResult<T> asyncResult) A callback when a result of an async invocation arrives.
-
Constructor Details
-
AsyncOperationExecutor
public AsyncOperationExecutor(RemoteOperationRequest<T> request, RemoteOperationFutureListener<T> listener)
-
-
Method Details
-
executeAsync
public void executeAsync() -
onResult
Description copied from interface:AsyncFutureListenerA callback when a result of an async invocation arrives.- Specified by:
onResultin interfaceAsyncFutureListener<T extends RemoteOperationResult>
-