GridGain™ 2.1.0
Java API Specification

Uses of Interface
org.gridgain.grid.GridTaskFuture

Packages that use GridTaskFuture
org.gridgain.grid icon Start Here  Contains main GridGain API interfaces and classes. 
 

Uses of GridTaskFuture in org.gridgain.grid
 

Methods in org.gridgain.grid that return GridTaskFuture
<T,R> GridTaskFuture<R>
GridSpringBean.execute(Class<? extends GridTask<T,R>> taskCls, T arg)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(Class<? extends GridTask<T,R>> taskCls, T arg)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
GridSpringBean.execute(Class<? extends GridTask<T,R>> taskCls, T arg, GridTaskListener listener)
          Asynchronously executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(Class<? extends GridTask<T,R>> taskCls, T arg, GridTaskListener listener)
          Asynchronously executes a task on the grid.
<T,R> GridTaskFuture<R>
GridSpringBean.execute(Class<? extends GridTask<T,R>> taskCls, T arg, long timeout)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(Class<? extends GridTask<T,R>> taskCls, T arg, long timeout)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
GridSpringBean.execute(Class<? extends GridTask<T,R>> taskCls, T arg, long timeout, GridTaskListener listener)
          Asynchronously executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(Class<? extends GridTask<T,R>> taskCls, T arg, long timeout, GridTaskListener listener)
          Asynchronously executes a task on the grid.
<T,R> GridTaskFuture<R>
GridSpringBean.execute(GridTask<T,R> task, T arg)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(GridTask<T,R> task, T arg)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
GridSpringBean.execute(GridTask<T,R> task, T arg, GridTaskListener listener)
          Asynchronously executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(GridTask<T,R> task, T arg, GridTaskListener listener)
          Asynchronously executes a task on the grid.
<T,R> GridTaskFuture<R>
GridSpringBean.execute(GridTask<T,R> task, T arg, long timeout)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(GridTask<T,R> task, T arg, long timeout)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
GridSpringBean.execute(GridTask<T,R> task, T arg, long timeout, GridTaskListener listener)
          Asynchronously executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(GridTask<T,R> task, T arg, long timeout, GridTaskListener listener)
          Asynchronously executes a task on the grid.
<T,R> GridTaskFuture<R>
GridSpringBean.execute(String taskName, T arg)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(String taskName, T arg)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
GridSpringBean.execute(String taskName, T arg, GridTaskListener listener)
          Asynchronously executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(String taskName, T arg, GridTaskListener listener)
          Asynchronously executes a task on the grid.
<T,R> GridTaskFuture<R>
GridSpringBean.execute(String taskName, T arg, long timeout)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(String taskName, T arg, long timeout)
          Executes a task on the grid.
<T,R> GridTaskFuture<R>
GridSpringBean.execute(String taskName, T arg, long timeout, GridTaskListener listener)
          Asynchronously executes a task on the grid.
<T,R> GridTaskFuture<R>
Grid.execute(String taskName, T arg, long timeout, GridTaskListener listener)
          Asynchronously executes a task on the grid.
 

Methods in org.gridgain.grid with parameters of type GridTaskFuture
 void GridTaskListener.onFinished(GridTaskFuture<?> taskFuture)
          Called when grid task has finished its execution.
 


GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.