jadex.micro.examples.mandelbrot
Interface IProgressService

All Superinterfaces:
IRemotable, IService
All Known Implementing Classes:
ProgressService

public interface IProgressService
extends IService

Interface for getting information about the progress of a task.


Field Summary
 
Fields inherited from interface jadex.commons.service.IService
EMPTY_SERVICES
 
Method Summary
 IFuture getProgress(Object taskid)
          Get the progress (percentage as integer) of a given task.
 
Methods inherited from interface jadex.commons.service.IService
getPropertyMap, getServiceIdentifier, signalStarted
 

Method Detail

getProgress

IFuture getProgress(Object taskid)
Get the progress (percentage as integer) of a given task.

Parameters:
taskid - The id of the task.
Returns:
A future object holding the progress as a percentage integer value.


Copyright © 2010. All Rights Reserved.