|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Task<T extends Serializable>
A task executed on a space node (processing unit) that returns a
result and may throw an exception. Implementors define a single method
with no arguments called execute
.
Method Summary | |
---|---|
T |
execute()
Computes a result, or throws an exception if unable to do so. |
Method Detail |
---|
T execute() throws Exception
Exception
- if unable to compute a result
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |