GridGain™ 2.1.0
Java API Specification

Uses of Interface
org.gridgain.grid.GridTaskListener

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

Uses of GridTaskListener in org.gridgain.grid
 

Methods in org.gridgain.grid with parameters of type GridTaskListener
<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, 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, 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, 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, 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, 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.
 


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.