GigaSpaces XAP 9.5 API

org.openspaces.core.executor.support
Interface DelegatingTask<T extends Serializable>

All Superinterfaces:
Serializable, Task<T>
All Known Implementing Classes:
AbstractDelegatingDistributedTask, AvgTask, MaxTask, MinTask, PrivilegedDistributedTask, PrivilegedTask, SimpleDelegatingDistributedTask, SimpleDelegatingTask, SumTask

public interface DelegatingTask<T extends Serializable>
extends Task<T>

A delegating task is a task that holds another task that will be executed.

Author:
kimchy

Method Summary
 Task<T> getDelegatedTask()
          Returns the delegating task that will be executed.
 
Methods inherited from interface org.openspaces.core.executor.Task
execute
 

Method Detail

getDelegatedTask

Task<T> getDelegatedTask()
Returns the delegating task that will be executed.


GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.