GigaSpaces XAP 9.7.2 API

org.openspaces.core.executor.juc
Interface TaskExecutorService

All Superinterfaces:
Executor, ExecutorService
All Known Implementing Classes:
DefaultTaskExecutorService

public interface TaskExecutorService
extends ExecutorService

An extended interface to ExecutorService.

Author:
kimchy

Method Summary
<T> Future<T>
submit(Callable<T> task, Object routing)
          Submits a callabale to to be executed on the Space using the provided routing.
 
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
 
Methods inherited from interface java.util.concurrent.Executor
execute
 

Method Detail

submit

<T> Future<T> submit(Callable<T> task,
                     Object routing)
Submits a callabale to to be executed on the Space using the provided routing.

See Also:
GigaSpace.execute(org.openspaces.core.executor.Task, Object)

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.