Uses of Interface
provided.compute.ITask

Packages that use ITask
provided.client.model.task   
provided.compute   
provided.engine.model   
 

Uses of ITask in provided.client.model.task
 

Classes in provided.client.model.task that implement ITask
 class GetInfo
          Task that gets the server's system properties plus demonstrates that it can carry internal data to a remote system when the entire object is serialized and sent over.
 class Pi2
          Task to compute PI to a given number of digits
 

Uses of ITask in provided.compute
 

Methods in provided.compute with parameters of type ITask
<T> T
ICompute.executeTask(ITask<T> t)
          Execute the given ITask object and return the result
 

Uses of ITask in provided.engine.model
 

Methods in provided.engine.model with parameters of type ITask
<T> T
ComputeEngine.executeTask(ITask<T> t)
          Executes the given task and returns the result.