vgrid.plodder
Interface PlodderServer

All Known Implementing Classes:
HttpPlodderSrvProxy, LocalPlodderServer

public interface PlodderServer

Server viewed from a client.


Method Summary
 java.lang.String getDescription()
           
 Task getTask()
          Returns a task for execution.
 void setTaskErrorneus(Task task)
          Returns a task to the server that caused an error during execution.
 void setTaskFinished(Task task)
          Returns a task to the server that has finished its execution. during execution.
 void setTaskUnfinished(Task task)
          Returns a task to the server that is not yet finished.
 

Method Detail

getTask

Task getTask()
Returns a task for execution.


setTaskUnfinished

void setTaskUnfinished(Task task)
                       throws VgridException
Returns a task to the server that is not yet finished.

Throws:
VgridException

setTaskErrorneus

void setTaskErrorneus(Task task)
                      throws VgridException
Returns a task to the server that caused an error during execution.

Throws:
VgridException

setTaskFinished

void setTaskFinished(Task task)
                     throws VgridException
Returns a task to the server that has finished its execution. during execution.

Throws:
VgridException

getDescription

java.lang.String getDescription()


vgrid the vienna grid project